Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module Test.Main where import Prelude import Effect (Effect) import Effect.Class.Console (log) main :: Effect Unit main = do log "You should add some tests."