This commit is contained in:
array-in-a-matrix 2022-02-08 22:59:30 -05:00
parent b21a7526de
commit a591aeb358

View file

@ -1 +1,4 @@
# number system converter
# number system converter
Node.js app that takes a base 10 number from the command-line then converts it to a base of your choice.
The base has to be a integer between 2 to 36.