Untested COBOL
This commit is contained in:
parent
5233e72a88
commit
7a36356072
6
cobol/helloworld.cbl
Normal file
6
cobol/helloworld.cbl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
IDENTIFICATION DIVISION.
|
||||||
|
PROGRAM-ID. HELLOWORLD.
|
||||||
|
|
||||||
|
PROCEDURE DIVISION.
|
||||||
|
DISPLAY "Hello World in COBOL!".
|
||||||
|
STOP RUN.
|
Loading…
Reference in New Issue
Block a user