RosettaCodeData/Task/File-size/Raku/file-size-1.raku
2023-07-01 13:44:08 -04:00

2 lines
45 B
Raku

say 'input.txt'.IO.s;
say '/input.txt'.IO.s;