Skip to content

Commit

Permalink
fix main return type
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkesy committed Mar 11, 2024
1 parent f82c21d commit 9c7569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Available options:

```bash
stack run -- ./examples/main_hello_world.mmm
stack run -- -i "int main() { print(\"Hello, World\"); }"
stack run -- -i "void main() { print(\"Hello, World\"); }"

stack run -- ./examples/short_hello_world.mmm
stack run -- -i "print(\"Hello, World\");"
Expand Down

0 comments on commit 9c7569a

Please sign in to comment.