Initial commit

This commit is contained in:
2023-03-03 22:26:33 -08:00
commit 4c8e62d7a3
5 changed files with 153 additions and 0 deletions

11
test/Main.purs Normal file
View File

@@ -0,0 +1,11 @@
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."