We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8236b5f + 8e7ea3a commit 14a9155Copy full SHA for 14a9155
Cobol/helloWorld.cbl
@@ -0,0 +1,6 @@
1
+IDENTIFICATION DIVISION.
2
+PROGRAM-ID. HELLO.
3
+
4
+PROCEDURE DIVISION.
5
+ DISPLAY 'Hello World'.
6
+ STOP RUN.
0 commit comments