1
0
mirror of synced 2024-11-26 19:24:24 +01:00
nocode/NoCodeToCOBOL.CBL

9 lines
158 B
Plaintext
Raw Normal View History

2018-02-08 23:55:26 +01:00
$ SET SOURCEFORMAT"FREE"
IDENTIFICATION DIVISION.
PROGRAM-ID. NoCodeToCOBOL.
PROCEDURE DIVISION.
DisplayPrompt.
DISPLAY "I did it".
STOP RUN.