module Main where import Control.Monad(void) import Imj.Game.Hamazed( run ) main :: IO () main = void run