Add initial files

This commit is contained in:
Nathan McRae
2025-07-14 18:21:18 -07:00
commit 60a0cc74a3
5 changed files with 283 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."