initial commit

This commit is contained in:
Orion Kindel
2024-12-01 11:57:24 -06:00
commit 96bae63e38
6 changed files with 89 additions and 0 deletions

12
test/Test/Main.purs Normal file
View File

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