A simple command-line contact management system written in C
A lightweight contact manager that allows you to:
- Add new contacts (name + phone number)
- View all saved contacts
- Search contacts by name
- Exit the program
Built with modular architecture for easy maintenance.
GCC compilerMake (optional)
make # Builds the executable
./main # Runs the program