Skip to content

Commit b91b829

Browse files
author
Manuel Coppotelli
committed
Add HelloWorld in COBOL language
1 parent 4bcc5e1 commit b91b829

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

HelloWorld.cob

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
IDENTIFICATION DIVISION.
2+
PROGRAM-ID. HelloWorld.
3+
*AUTHOR Manuel Coppotelli (manuelcoppotelli)
4+
PROCEDURE DIVISION.
5+
DISPLAY "Hello World!".
6+
STOP RUN.

0 commit comments

Comments
 (0)