RosettaCodeData/Task/A+B/Pure/a+b.pure
2023-07-01 13:44:08 -04:00

2 lines
64 B
Text

using system;
printf "%d\n" (x+y) when x,y = scanf "%d %d" end;