fork(1) download
  1. main = print $ filter (`elem` [1, 1111, 1111111]) [0..100000000]
Success #stdin #stdout 4.92s 4520KB
stdin
Standard input is empty
stdout
[1,1111,1111111]