We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d890c4a commit 59bdd3aCopy full SHA for 59bdd3a
hello-world.cbl
@@ -0,0 +1,6 @@
1
+IDENTIFICATION DIVISION.
2
+PROGRAM-ID. HELLOWRD.
3
+
4
+PROCEDURE DIVISION.
5
+DISPLAY "Hello world!".
6
+STOP RUN.
0 commit comments