module Marihana ( mainMarihana ) where import System.Environment (getArgs) mainMarihana :: IO () mainMarihana = do args <- getArgs print args