4 lines
71 B
OpenEdge ABL
4 lines
71 B
OpenEdge ABL
software {
|
|
file = load("input.txt")
|
|
open("output.txt").write(file)
|
|
}
|