module Main (main) where import Control.Applicative (pure) import System.IO (IO) main :: IO () main = pure ()