module Main where import Prelude import Control.Monad.Eff.Console (log) n :: Int n = -2147483648 main = log "Done"