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