Created
March 20, 2020 18:39
-
-
Save colomon/148775fd203f0361a1ea19b56f185d29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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