4 lines
62 B
Text
4 lines
62 B
Text
source: read "input.txt"
|
|
source >> "output.txt"
|
|
|
|
print source
|
source: read "input.txt"
|
|
source >> "output.txt"
|
|
|
|
print source
|