espial/purs/test/Main.purs

10 lines
156 B
Plaintext
Raw Normal View History

2019-01-31 02:54:47 +00:00
module Test.Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
main :: Effect Unit
main = do
log "You should add some tests."