Skip to content

Instantly share code, notes, and snippets.

@colomon
Created March 20, 2020 18:39
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/148775fd203f0361a1ea19b56f185d29 to your computer and use it in GitHub Desktop.
Save colomon/148775fd203f0361a1ea19b56f185d29 to your computer and use it in GitHub Desktop.
use v6;
multi sub MAIN(*@files) {
say "Standard version";
}
multi sub MAIN($file, :$split) {
say "Split version";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment