working project structure with tests

- restructured project again: splitting into executable and Hash2Pub
  library
- placeholder test file is successfully compiled and run
This commit is contained in:
Trolli Schmittlauch 2020-03-04 17:24:03 +01:00
parent 30cfed81ea
commit 21fef145a0
10 changed files with 27 additions and 25 deletions

View file

@ -1,4 +0,0 @@
module Main where
main :: IO ()
main = putStrLn "placeholder until later"