This commit is contained in:
2026-07-02 21:59:51 +02:00
parent 7c722ce8a9
commit a5d48999f9
5 changed files with 118 additions and 0 deletions

BIN
hello/hello Executable file

Binary file not shown.

6
hello/hello.cbl Normal file
View File

@@ -0,0 +1,6 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. HALLO-WELT.
PROCEDURE DIVISION.
DISPLAY "Hallo Welt!".
STOP RUN.