Skip to content

Instantly share code, notes, and snippets.

@tony-o
Last active June 4, 2021 19:58
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 tony-o/ffb28eaad98f8efd31c8e162949fd2e7 to your computer and use it in GitHub Desktop.
Save tony-o/ffb28eaad98f8efd31c8e162949fd2e7 to your computer and use it in GitHub Desktop.
m6lock
# use lib 'lib'; # this can be uncommented if you just want to run locally
use Kasino;
say-hi;
unit module Kasino;
sub say-hi() is export { 'hi'.say; }
$ ls
bin/ lib/
$ raku -Ilib bin/Peli.raku
hi
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment