module Main where import Text.ParserCombinators.Parsec import System.Environment main :: IO () main = do args <- getLine putStrLn (args)