module Main (main) where main :: IO () main = do text <- getContents return ()