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