RosettaCodeData/Task/A+B/Hy/a+b-2.hy
2017-09-25 22:28:19 +02:00

1 line
47 B
Hy

(->> (input) (.split) (map int) (sum) (print))