Skip to content

Instantly share code, notes, and snippets.

@dom96
Created April 1, 2018 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dom96/819aef8edd3a1d50a846c657a1ba2463 to your computer and use it in GitHub Desktop.
Save dom96/819aef8edd3a1d50a846c657a1ba2463 to your computer and use it in GitHub Desktop.
#? braces
proc main() {
echo("Hello");
}
when (isMainModule) {
main();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment