1
0
mirror of synced 2024-06-29 15:02:46 +02:00

Fixed syntax error

Fixes a syntax error that was causing a segfault.
This commit is contained in:
Geoff Foley 2018-02-08 15:00:24 -08:00 committed by GitHub
parent a108b9fb24
commit a21cea0b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1 @@
$ SET SOURCEFORMAT"FREE"
IDENTIFICATION DIVISION.
PROGRAM-ID. NoCodeToCOBOL.
PROCEDURE DIVISION.
DisplayPrompt.
DISPLAY "I did it".
STOP RUN.