fork download
  1. main :: IO()
  2. summ :: Int -> Int -> Int
  3. summ x y = x + y
  4. main = print $ summ 3 4
Success #stdin #stdout 0.01s 5308KB
stdin
3 7
stdout
7