fork download
  1. ll = [1, 2, 3]
  2. lll = map print ll
  3.  
  4. main = head $ tail lll
Success #stdin #stdout 0s 5412KB
stdin
Standard input is empty
stdout
2