tonelli shanks test

This commit is contained in:
2026-01-18 21:34:07 +01:00
parent 68f20e7623
commit 7a12d6b21a
3 changed files with 29 additions and 0 deletions

View File

@@ -1,10 +1,12 @@
module Main (main) where
import GF2test (run)
import TonelliShanksTest (run)
main :: IO ()
main = do
putStrLn "Running all tests"
GF2test.run
TonelliShanksTest.run
putStrLn "All tests done."