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

3 lines
64 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
using system;
printf "%d\n" (x+y) when x,y = scanf "%d %d" end;