A+B: Difference between revisions

16 bytes removed ,  14 years ago
m
→‎File: reuse stand in & stand out.
m (→‎File: reuse stand in & stand out.)
Line 56:
</pre>
===File===
<lang algol68>FILEopen(stand finin, fout"input.txt", stand in channel);
open(stand in, "input.txt", stand in channel);
open(stand out, "output.txt", stand out channel);
print((read int + read int))</lang>