3 lines
101 B
Text
3 lines
101 B
Text
import Nanoquery.IO
|
|
println new(File, "input.txt").length()
|
|
println new(File, "/input.txt").length()
|