]> Git — Sourcephile - majurity.git/blob - hjugement-web/src/Main.purs
web: initial arithmetic and cryptography
[majurity.git] / hjugement-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!"