Hash2Pub/Hash2Pub/test/MyLibTest.hs
Trolli Schmittlauch 21fef145a0 working project structure with tests
- restructured project again: splitting into executable and Hash2Pub
  library
- placeholder test file is successfully compiled and run
2020-05-17 21:31:43 +02:00

7 lines
133 B
Haskell

module Main (main) where
import qualified Hash2Pub.FediChord as FC
main :: IO ()
main = putStrLn "Test suite not yet implemented."