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

12 lines
176 B
Plaintext
Raw Normal View History

2023-11-15 04:27:25 +01: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."