examples
This commit is contained in:
6
hello/hello.cbl
Normal file
6
hello/hello.cbl
Normal file
@@ -0,0 +1,6 @@
|
||||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. HALLO-WELT.
|
||||
PROCEDURE DIVISION.
|
||||
DISPLAY "Hallo Welt!".
|
||||
STOP RUN.
|
||||
|
||||
Reference in New Issue
Block a user