RosettaCodeData/Task/A+B/SETL/a+b.setl

3 lines
26 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
read(A, B);
print(A + B);