Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created April 6, 2020 09:10
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/7eeaaed294e887c2283ea134b227ebb9 to your computer and use it in GitHub Desktop.
Save AlexDaniel/7eeaaed294e887c2283ea134b227ebb9 to your computer and use it in GitHub Desktop.
# MAIN
use lib ‘sandbox’;
use FooBar;
say foo;
unit module FooBar;
sub foo() is export { 42 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment