primality tests UI

This commit is contained in:
2026-01-12 13:33:29 +01:00
parent 6689ff8ae2
commit 2e0cbfe714
3 changed files with 33 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ executable haskell-math
main-is: Main.hs
other-modules:
FactorizationUI
PrimesUI
Utils
build-depends:
base ^>=4.18.2.1,