3 lines
46 B
Nim
3 lines
46 B
Nim
|
|
import os
|
||
|
|
copyfile("input.txt", "output.txt")
|