aaaaaaaaaaaaaaaaa??!

This commit is contained in:
jane 2023-10-29 22:50:29 -04:00
commit 302ac37756
24 changed files with 1337 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."