Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Last active April 6, 2020 10:07
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 AlexDaniel/9d3e67e865ee9a7cd9810a922c41595b to your computer and use it in GitHub Desktop.
Save AlexDaniel/9d3e67e865ee9a7cd9810a922c41595b to your computer and use it in GitHub Desktop.
# MAIN
use lib 'sandbox';
use FooBar;
say FooBar.new.perl;
class FooBar {
constant $chan = Channel.new;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment