A store cash register system.
This program is extremely simple. It is just a littple project of mine, its not anything special.
-
Clone the repo using
git clone https://github.com/RealStoneSword/store-management-system.git
-
cd into
store-management-system
-
run the compililer
gcc main.c -o store-management-system
-
Done!