I made a #CLI tool that outputs the prime factors of an inserted #number. The #tool was made with #C++. The number is inserted as a command line argument.

Github:

https://github.com/Chrd26/primefactorization-commandlinetool

Demonstration:

https://www.youtube.com/watch?v=nFdTUSlCdMU&ab_channel=ChristosDouris

#programming #software #commandlinestools #programmingtool #mathematics
#cpp #development #development

GitHub - Chrd26/primefactorization-commandlinetool: This is a CLI tool I created for learning. The program is made in C++ and it tells the user if the input number is composite or prime and it applies prime factorization to it.

This is a CLI tool I created for learning. The program is made in C++ and it tells the user if the input number is composite or prime and it applies prime factorization to it. - GitHub - Chrd26/pri...

GitHub