import Control.Monad (replicateM) main :: IO ()main = do a <- filter ((== 0) . (`mod` 10)) <$> replicateM 5 readLn print a
10 11 15 20 25
[10,20]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!