purescript-singletons/test/Test/Main.purs
Anupam Jain 08c9f02f31 INIT
2024-10-21 15:39:02 +05:30

12 lines
177 B
Text

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