4 lines
69 B
Nim
4 lines
69 B
Nim
|
|
import os
|
||
|
|
echo getFileSize "input.txt"
|
||
|
|
echo getFileSize "/input.txt"
|