fork download
  1. main = do let a = 1 in print a
  2. let a = 2 in print a
Success #stdin #stdout 0s 4588KB
stdin
Standard input is empty
stdout
1
2