]> Git — Sourcephile - majurity.git/blob - judgmentphile-web/src/Main.purs
Rename {hjugement => judgmentphile}
[majurity.git] / judgmentphile-web / src / Main.purs
1 module Main where
2
3 import Effect (Effect)
4 import Effect.Console (log)
5 import Prelude (Unit, otherwise, class Show, mod)
6
7 import Voting.Protocol.Arithmetic
8 import Voting.Protocol.Cryptography
9
10 main :: Effect Unit
11 main = do
12 log "Hello sailor!"