Initial commit

This commit is contained in:
2023-02-27 20:32:51 -08:00
commit 76507ebaab
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."