2 lines
57 B
Raku
2 lines
57 B
Raku
my $size1 = -s 'input.txt';
|
|
my $size2 = -s '/input.txt';
|
my $size1 = -s 'input.txt';
|
|
my $size2 = -s '/input.txt';
|