💕 Adding assignment 3

This commit is contained in:
2024-09-24 14:22:53 +02:00
parent db1f22e983
commit ff778af26f
8 changed files with 432 additions and 0 deletions

View File

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