-
-
Save tony-o/ffb28eaad98f8efd31c8e162949fd2e7 to your computer and use it in GitHub Desktop.
m6lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use lib 'lib'; # this can be uncommented if you just want to run locally | |
use Kasino; | |
say-hi; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unit module Kasino; | |
sub say-hi() is export { 'hi'.say; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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