module Main where import qualified Display ( main ) main :: IO () main = Display.main