fork download
  1. x = 10
  2. y = 10
  3.  
  4. main = putStrLn $ show $ (x + y)
Success #stdin #stdout 0.01s 3588KB
stdin
Standard input is empty
stdout
20