This is a Command Line Interface (CLI) Gift shop Management System written in pure C language for educational purposes
- gcc 6.3.0 | install on C:\MinGW
- Windows 10 or 11
- vscode editor
make ; make run
or
gcc ./src/*.c ./src/*.h -o ./dist/shop.exe ; ./dist/shop.exe