GF2 Gaussian elimination
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user