GF2 Gaussian elimination

This commit is contained in:
2026-01-16 19:27:16 +01:00
parent a45f29178a
commit f5d33ee418
4 changed files with 135 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
module Main (main) where
import GF2test (run)
main :: IO ()
main = putStrLn "Test suite not yet implemented."
main = do
putStrLn "Running all tests"
GF2test.run
putStrLn "All tests done."