This project is a simple number counter that can be ran through command prompt on windows based OS'es.
-Can add and subtract one number at a time from the number ur trying to count starting at 0.
Grab the repository key and clone it, then u will have to build it:
Clone the repository:
git clone https://github.com/RuyiProjects/NumberCounter.git
Change to the directory:
cd NumberCounter
Then build it:
dotnet build
After this the executable should be under NumberCounter-master>bin>Debug>net8.0.
-Requires dot net sdk 8.0 or newer
-Also requires git