RosettaCodeData/Task/A+B/Pure/a+b.pure

3 lines
64 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
using system;
printf "%d\n" (x+y) when x,y = scanf "%d %d" end;