1
Fork 0
solar-conflux/purescript/purebird/test/Main.purs
2023-10-29 02:11:28 +02:00

12 lines
176 B
Plaintext

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."