Skip to content

Commit

Permalink
Make hello world test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Jul 16, 2023
1 parent 3d25177 commit 1c62243
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 @@ -400,7 +400,7 @@ in [ { id = "assembly"
, exampleCode =
''
void main() {
print('Hello, World!');
print('Hello World!');
}
''
}
Expand Down

0 comments on commit 1c62243

Please sign in to comment.