purescript-typeable/test/Main.purs

12 lines
176 B
Haskell
Raw Normal View History

2021-01-06 05:04:30 +00:00
module Test.Main where
import Prelude
import Effect (Effect)
import Effect.Class.Console (log)
main :: Effect Unit
main = do
log "🍝"
log "You should add some tests."