/Book-Manager

This is the code home for Book Manager, a simple tool to help organize books in a library. It's like a digital bookshelf where you can easily add new books and see what's already there.

Primary LanguageC

Book-Manager

Book Manager 📚

Welcome to the Book Manager project! This simple Library Management System allows you to add and display books in your library.

Features

  • Add books with title and author information.
  • Display the list of books in your library.

Getting Started

Prerequisites

Make sure you have GCC (GNU Compiler Collection) installed on your system.

Compilation

gcc -o book_manager main.c