diff options
| -rw-r--r-- | challenge-098/simon-proctor/raku/ch-1.raku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-098/simon-proctor/raku/ch-1.raku b/challenge-098/simon-proctor/raku/ch-1.raku index 6ae13767ff..db223dc415 100644 --- a/challenge-098/simon-proctor/raku/ch-1.raku +++ b/challenge-098/simon-proctor/raku/ch-1.raku @@ -13,7 +13,7 @@ unit sub MAIN(); # Note that characters include Uncide ones like £€æßðđŋŧ¶«»¢“”ŋŧ←ħ # This is cool. -# Get out filehandle +# Get our filehandle. $?FILE is the current file so we open a read only handle to it. my $handle = $?FILE.IO.open( :r ); # Give some opening sprawl |
