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