Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 461 Bytes

PRF192 ASSIGNMENT

This is our assignment for building a program to control the database in a mini market.

Deployment

  • 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