4 lines
65 B
Text
4 lines
65 B
Text
source: read "input.txt"
|
|
write "output.txt" source
|
|
|
|
print source
|
source: read "input.txt"
|
|
write "output.txt" source
|
|
|
|
print source
|