Initial commit

This commit is contained in:
2021-07-03 17:17:02 +02:00
commit 482967b019
6 changed files with 820 additions and 0 deletions

4
test/doctest.hs Normal file
View File

@@ -0,0 +1,4 @@
import Test.DocTest
main :: IO ()
main = doctest ["-ilib", "lib/HDT/Tasks.hs"]