module Main where import M1 import M2 import Control.Monad.Eff.Console (log) main = log "Done"