addFive :: Int -> Int addFive x = x + 5 main :: IO () main = do print (addFive (read "11")) putStrLn (read "11")