Skip to content

Commit

Permalink
Yes.
Browse files Browse the repository at this point in the history
Absolutley.
  • Loading branch information
nutzboi committed May 10, 2020
1 parent 2513adf commit 9f8731c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 2<sup>63</sup>-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.

0 comments on commit 9f8731c

Please sign in to comment.