RosettaCodeData/Task/A+B/ALGOL-68/a+b-2.alg

4 lines
126 B
Text
Raw Permalink Normal View History

2013-04-10 14:58:50 -07:00
open(stand in, "input.txt", stand in channel);
open(stand out, "output.txt", stand out channel);
print((read int + read int))