fork(1) download
  1. main = print (map (^2) $ filter (>0) $ [2, -3, -5, 7, 11, -13, 17, 19])
Success #stdin #stdout 0s 6268KB
stdin
Standard input is empty
stdout
[4,49,121,289,361]