You are viewing a single comment's thread. Return to all comments →
HASKELL
main = do val1 <- readLn val2 <- readLn print $ val1 + val2
Seems like cookies are disabled on this browser, please enable them to open this website
Solve Me First FP
You are viewing a single comment's thread. Return to all comments →
HASKELL