📬 help

This commit is contained in:
2024-10-16 16:15:38 +02:00
parent 775013b825
commit 46154359eb
5 changed files with 65 additions and 5 deletions

5
a6/runtests.hs Normal file
View File

@ -0,0 +1,5 @@
import qualified SPC_Tests
import Test.Tasty (defaultMain)
main :: IO ()
main = defaultMain SPC_Tests.tests