3 lines
55 B
Text
3 lines
55 B
Text
|
|
text$ = LOAD$("input.txt")
|
||
|
|
SAVE text$ TO "output.txt"
|