Skip to content

Instantly share code, notes, and snippets.

@2colours
Created October 15, 2022 10:22
Show Gist options
  • Save 2colours/d85b593f70a0b6e557c61f733f00d9c6 to your computer and use it in GitHub Desktop.
Save 2colours/d85b593f70a0b6e557c61f733f00d9c6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env raku
use Demo;
unit class Demo;
enum Interesting<Wolves Butterflies>;
sub MAIN(Interesting $chosen) is export {
say "You've chosen $chosen.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment