RosettaCodeData/Task/A+B/ALGOL-68/a+b-2.alg
2023-07-01 13:44:08 -04:00

3 lines
126 B
Text

open(stand in, "input.txt", stand in channel);
open(stand out, "output.txt", stand out channel);
print((read int + read int))