Skip to content

Commit

Permalink
Program id can't be main
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed May 21, 2017
1 parent 3f65e71 commit d283b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Language.hs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ int main(void) {
}|]
languageDefaultContent Clojure = [multiline|(println "Hello World!")|]
languageDefaultContent Cobol = [multiline| IDENTIFICATION DIVISION.
PROGRAM-ID. main.
PROGRAM-ID. hello.

PROCEDURE DIVISION.
DISPLAY 'Hello World!'
Expand Down

0 comments on commit d283b0f

Please sign in to comment.