Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created March 14, 2012 20:54
Show Gist options
  • Save osdrv/2039438 to your computer and use it in GitHub Desktop.
Save osdrv/2039438 to your computer and use it in GitHub Desktop.
main() routine declaration
main() => print("hello");
void main() => print("hello");
int main() => print("hello");
ololo main() => print("hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment