massiv_A :: [IO ()]massiv_A = map print [0..367] main :: IO ()main = do massiv_A !! 0 massiv_A !! 10 massiv_A !! 0
Standard input is empty
0 10 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!