10 lines
172 B
Text
10 lines
172 B
Text
|
|
import system'io;
|
||
|
|
import extensions;
|
||
|
|
|
||
|
|
public program()
|
||
|
|
{
|
||
|
|
console.printLine(File.assign("input.txt").Length);
|
||
|
|
|
||
|
|
console.printLine(File.assign("\input.txt").Length)
|
||
|
|
}
|