Tested COBOL
This commit is contained in:
parent
2e6417f11f
commit
945a097fa7
|
@ -2,5 +2,5 @@ IDENTIFICATION DIVISION.
|
||||||
PROGRAM-ID. HELLOWORLD.
|
PROGRAM-ID. HELLOWORLD.
|
||||||
|
|
||||||
PROCEDURE DIVISION.
|
PROCEDURE DIVISION.
|
||||||
DISPLAY "Hello World in COBOL!".
|
DISPLAY "Hello World!".
|
||||||
STOP RUN.
|
STOP RUN.
|
||||||
|
|
3
cobol/test.sh
Executable file
3
cobol/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cobc -x -free helloworld.cbl
|
||||||
|
./helloworld
|
Loading…
Reference in New Issue
Block a user