algol-things/src/aplusb2.a68
2025-04-06 21:30:48 +01:00

6 lines
128 B
Plaintext

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