Go Fish/Raku: Difference between revisions

m
(experiment with template)
 
Line 4:
{{works with|Rakudo|2019.03.1}}
 
<syntaxhighlight lang="raku" perl6line>constant BOOKSIZE = 4;
constant HANDSIZE = 9;
constant @pips = <two three four five six seven eight nine ten jack queen king ace>;
Line 226:
}
 
sub MAIN () { play }</langsyntaxhighlight>
10,327

edits