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