2 lines
45 B
Raku
2 lines
45 B
Raku
say 'input.txt'.IO.s;
|
|
say '/input.txt'.IO.s;
|
say 'input.txt'.IO.s;
|
|
say '/input.txt'.IO.s;
|