summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-21Refactor tests to use a common testing functionAdrien Hopkins
I can now use the function tableTest() to create a new test in one or two lines of code! No more need to rewrite basically the same code ten times...
2023-08-21Add 2345 Score to outputAdrien Hopkins
2023-08-21Add totative ratio and factor score to programAdrien Hopkins
2023-08-18Add list of factors to outputAdrien Hopkins
2023-08-18Add tests for Prime Factorization functionAdrien Hopkins
2023-08-18Add functionality to print prime factorizationAdrien Hopkins
2023-08-03Create go.modAdrien Hopkins