RosettaCodeData/Task/A+B/Scheme/a+b.ss

2 lines
28 B
Scheme
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
(display (+ (read) (read)))