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