]> Git — Sourcephile - majurity.git/blob - hjugement-web/test/Main.purs
web: initial arithmetic and cryptography
[majurity.git] / hjugement-web / test / Main.purs
1 module Test.Main where
2
3 import Prelude
4 import Effect (Effect)
5 import Effect.Console (log)
6
7 main :: Effect Unit
8 main = do
9 log "You should add some tests."