RosettaCodeData/Task/A+B/L++/a+b.lpp
2016-12-05 23:44:36 +01:00

5 lines
73 B
Text

(main
(decl int a)
(decl int b)
(>> std::cin a b)
(prn (+ a b)))