1
Fork 0
This commit is contained in:
Matei Adriel 2023-10-29 02:17:37 +02:00
parent 8456714ab4
commit 05d04490e8
10 changed files with 264 additions and 0 deletions
purescript/free/test

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."