RosettaCodeData/Task/A+B/L++/a+b.lpp

6 lines
73 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
(main
(decl int a)
(decl int b)
(>> std::cin a b)
(prn (+ a b)))