diff --git a/README.md b/README.md new file mode 100644 index 0000000..b87c60e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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.