From 78bf8862684667846ec5f59abecf0a2b87f51c24 Mon Sep 17 00:00:00 2001 From: javalavaohno <89600192+javalavaohno@users.noreply.github.com> Date: Tue, 14 Dec 2021 21:50:17 -0600 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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.