init backend

This commit is contained in:
qvalentin 2023-01-15 16:38:57 +01:00
parent 3690de9fe0
commit 54701c196a
Signed by: qvalentin
GPG key ID: C979FA1EAFCABF1C
38 changed files with 480 additions and 0 deletions

2
backend/test/Spec.hs Normal file
View file

@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"