This commit is contained in:
Anupam Jain
2021-01-06 10:34:30 +05:30
commit 4f9fa2e3b4
7 changed files with 1223 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."