Initial commit

This commit is contained in:
2023-02-27 20:32:51 -08:00
commit 76507ebaab
5 changed files with 153 additions and 0 deletions

10
src/Main.purs Normal file
View File

@@ -0,0 +1,10 @@
module Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
main :: Effect Unit
main = do
log "🍝"