1
Fork 0
solar-conflux/purescript/maps/src/Main.purs

11 lines
130 B
Plaintext
Raw Normal View History

2023-06-04 15:21:21 +02:00
module Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
main :: Effect Unit
main = do
log "🍝"