]> Git — Sourcephile - majurity.git/blob - hjugement-web/test/Main.purs
web: use yarn+spago instead of bower
[majurity.git] / hjugement-web / test / Main.purs
1 module Test.Main where
2
3 import Prelude
4
5 import Effect (Effect)
6 import Effect.Class.Console (log)
7
8 main :: Effect Unit
9 main = do
10 log "🍝"
11 log "You should add some tests."