generated from tpl/purs
8 lines
95 B
Haskell
8 lines
95 B
Haskell
![]() |
module Main where
|
||
|
|
||
|
import Prelude
|
||
|
import Effect (Effect)
|
||
|
|
||
|
main :: Effect Unit
|
||
|
main = pure unit
|