RosettaCodeData/Task/A+B/Fennel/a+b.fennel
2024-04-19 16:56:29 -07:00

2 lines
60 B
Fennel

(let [(a b) (io.read :*number :*number)]
(print (+ a b)))