We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcc5e1 commit b91b829Copy full SHA for b91b829
HelloWorld.cob
@@ -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