mirror of
https://github.com/yaitskov/purescript-typeable.git
synced 2026-03-22 03:23:27 +00:00
12 lines
176 B
Plaintext
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."
|