Jump to content

A+B: Difference between revisions

3 bytes added ,  14 years ago
no edit summary
(Added Scala)
No edit summary
Line 103:
 
=={{header|Haskell}}==
<lang texthaskell>import Control.Monad
 
main = liftM2 (+) readLn readLn >>= print</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.