3 lines
58 B
Text
3 lines
58 B
Text
|
|
data = getBytes("input.txt")
|
||
|
|
putBytes("output.txt", data)
|