CLI interface + restructuration + precision fixes Fermat Factorization

This commit is contained in:
2026-01-11 17:58:36 +01:00
parent ada11a25d2
commit 6689ff8ae2
11 changed files with 117 additions and 50 deletions

View File

@@ -2,8 +2,9 @@
## running project from CLI
```
$ ghci -i./src
ghci> :load HaskellMath.hs
$ cabal update
$ cabal build
$ cabal run
```
## algorithms