1
Fork 0
solar-conflux/purescript/lune/test/Main.purs

12 lines
176 B
Plaintext
Raw Normal View History

2021-04-01 18:33:36 +02: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."