main = print (map (^2) $ filter (>0) $ [2, -3, -5, 7, 11, -13, 17, 19])
Standard input is empty
[4,49,121,289,361]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!