espial/purs/test/Main.purs
Jon Schoning 2e3e7097e6 init
2019-01-30 20:54:47 -06:00

10 lines
156 B
Plaintext

module Test.Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
main :: Effect Unit
main = do
log "You should add some tests."