1
Fork 0
solar-conflux/purescript/reverse-state/test/Main.purs
Matei Adriel eb66415103
purescript(reverse-state): feat: failed to use run
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-11-16 13:26:43 +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."