4 lines
95 B
Text
4 lines
95 B
Text
use IO;
|
|
...
|
|
File("input.txt")->Size()->PrintLine();
|
|
File("c:\input.txt")->Size()->PrintLine();
|