Haskell project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module Main (main) where
|
||||
|
||||
import Test.Tasty (defaultMain, testGroup)
|
||||
|
||||
main :: IO ()
|
||||
main =
|
||||
defaultMain $
|
||||
testGroup
|
||||
"roux-server"
|
||||
[ ]
|
||||
Reference in New Issue
Block a user