Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created August 12, 2020 11:18
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/d96fbd097aea2d4d2493c66b67b224c7 to your computer and use it in GitHub Desktop.
Save AlexDaniel/d96fbd097aea2d4d2493c66b67b224c7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl6
use lib sandbox/;
use Foo;
say foobar;
unit module Foo;
sub foobar() is export { 42 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment