Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Feb 13, 2022
1 parent a4c9115 commit 8494e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/languages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ in [ { id = "assembly"
, exampleCode =
''
int main () {
StdIO::show ("Hello World!);
StdIO::show ("Hello World!");
return 0;
}''
}
Expand Down

0 comments on commit 8494e7a

Please sign in to comment.