mirror of
https://github.com/bringout/oca-dms.git
synced 2026-04-19 11:21:59 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
101 B
COBOL
5 lines
101 B
COBOL
IDENTIFICATION DIVISION.
|
|
PROGRAM-ID. hello-world.
|
|
PROCEDURE DIVISION.
|
|
DISPLAY "Hello, world!"
|
|
.
|