Merge pull request #352 from xorgy/patch-1
Make cobol.cbl a well-formed COBOL program.
This commit is contained in:
12
c/cobol.cbl
12
c/cobol.cbl
@@ -1,6 +1,6 @@
|
||||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. HELLOWORLD.
|
||||
PROCEDURE DIVISION.
|
||||
MAIN.
|
||||
DISPLAY 'Hello, world.'.
|
||||
STOP RUN.
|
||||
identification division.
|
||||
program-id. cobol.
|
||||
procedure division.
|
||||
main.
|
||||
display 'Hello, world.' end-display.
|
||||
stop run.
|
||||
|
||||
Reference in New Issue
Block a user