-- |Consensus.hs -- -- A fact graph database consensus, Tendermint with a twist. -- -- Copyright (C) Serguey Zefirov, 2023. module Consensus where main = do putStrLn "consensus!" return ()