RosettaCodeData/Task/A+B/Hy/a+b-2.hy
2023-07-01 13:44:08 -04:00

1 line
47 B
Hy

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