3 lines
61 B
Ruby
3 lines
61 B
Ruby
|
|
size = File.size('input.txt')
|
||
|
|
size = File.size('/input.txt')
|