RosettaCodeData/Task/A+B/NewLISP/a+b.newlisp
2017-09-25 22:28:19 +02:00

1 line
50 B
Text

(println (apply + (map int (parse (read-line)))))