RosettaCodeData/Task/A+B/NewLISP/a+b.l
2023-07-01 13:44:08 -04:00

1 line
50 B
Text

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