- restructured project again: splitting into executable and Hash2Pub library - placeholder test file is successfully compiled and run
7 lines
133 B
Haskell
7 lines
133 B
Haskell
module Main (main) where
|
|
|
|
import qualified Hash2Pub.FediChord as FC
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Test suite not yet implemented."
|