1
0
Fork 0

Bootstrapped my haskell client

This commit is contained in:
Julien Dessaux 2023-07-02 22:58:30 +02:00
parent 36cc33f9e9
commit a775330b4f
Signed by: adyxax
GPG key ID: F92E51B86E07177E
12 changed files with 389 additions and 2 deletions

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

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