Haskell project

This commit is contained in:
2026-05-18 22:00:30 -04:00
parent 39026e3f35
commit 130dc5326d
9 changed files with 301 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module Main (main) where
import Test.Tasty (defaultMain, testGroup)
main :: IO ()
main =
defaultMain $
testGroup
"roux-server"
[ ]