This is our assignment for building a program to control the database in a mini market.
-
If you use IDE like Dev-C++ or Visual Studio, then just clone, build and run the main.exe file.
-
If you do not use IDE, make sure to install the C/C++ environment, run the following commands in terminal:
git clone https://github.com/hung-tq/prf192_assignment.git
cd prf192_assignment
gcc main.c -o main
./main