diff --git a/lab-2/hello-world.cbl b/lab-2/hello-world.cbl new file mode 100644 index 0000000..3c78e9b --- /dev/null +++ b/lab-2/hello-world.cbl @@ -0,0 +1,6 @@ +IDENTIFICATION DIVISION. +PROGRAM-ID. HELLO-WORLD. +PROCEDURE DIVISION. + DISPLAY "Hello World!" +STOP RUN. +if \ No newline at end of file