fork download
  1. mysum = foldl (+) 0
  2. x = mysum [1..100000]
  3. main = print (x + x)
  4.  
Success #stdin #stdout 0.02s 3588KB
stdin
Standard input is empty
stdout
10000100000