Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 353 Bytes

hospitalManagement

Simple hospital management doing in C, console application.

How to run?

  1. gcc main.c -o executable -lsqlite3
  2. ignore warnings :)
  3. ./executable

Images

Proccess

  • Starting
  • Add patient
  • Adding database for patient now
  • Fixing database
  • Other