Go to file
2022-01-10 15:13:06 -06:00
.idea Fixed difference/duplicates bug. 2021-12-15 15:14:25 -06:00
src/com/company Slightly cleaner code 2022-01-10 15:13:06 -06:00
FactorFinder.iml Initial commit 2021-12-14 21:45:47 -06:00
README.md Create README.md 2021-12-14 21:50:17 -06:00

FactorFinder

This is a Java program which finds the factors of any number up to the size of a really large number which I haven't figured out yet. Will make the function into a seperate method soon to increase versatility.