Skip to content

Instantly share code, notes, and snippets.

@colomon
Created June 16, 2011 19:27
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 colomon/1030030 to your computer and use it in GitHub Desktop.
Save colomon/1030030 to your computer and use it in GitHub Desktop.
multi sub MAIN($n) {
say "main $n { $n.WHAT }";
}
multi sub MAIN("test") {
say "main test (ie test case)";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment