RosettaCodeData/Task/A+B/ALGOL-68/a+b-2.alg
2013-04-10 14:58:50 -07: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))