From 9f8731c3a124f8fb9ce58a5c52201db47c57d2c8 Mon Sep 17 00:00:00 2001 From: nutzboi Date: Sun, 10 May 2020 04:25:46 +0200 Subject: [PATCH] Yes. Absolutley. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 830b71d..8e5ff12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # factorizer - Command line number factorizer. +Command line number factorizer. +You basically just run it with the number you want to factorize and it should factorize it. +In case of absence of arguments, it should demand standard input of an integer, so it can factorize it. +Supports numbers up to 263-1 (long long int) +____ +## NAQ (Never Asked Questions): +### Why does this even exist? +I needed to factorize a lot of numbers for my maths homework and I was too lazy to factorize numbers myself.