diff options
Diffstat (limited to 'challenge-045/jokraft/raku/ch-2.p6')
| -rw-r--r-- | challenge-045/jokraft/raku/ch-2.p6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-045/jokraft/raku/ch-2.p6 b/challenge-045/jokraft/raku/ch-2.p6 new file mode 100644 index 0000000000..1c0a4ec065 --- /dev/null +++ b/challenge-045/jokraft/raku/ch-2.p6 @@ -0,0 +1 @@ +IO::Path.new($?FILE).open().readchars().print(); |
