Skip to content

Commit 925980d

Browse files
authored
Update Library-Management-System.c
1 parent beedf9a commit 925980d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Project-File/Library-Management-System.c

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
Project Name: Library Management System
3+
Created By: GANESH MOURYA
4+
5+
Github: https://github.com/Alkaison/Library-Management-System/
6+
LinkedIn: https://linkedin.com/in/Alkaison
7+
Twitter: https://twitter.com/Alkaison
8+
*/
19
// Pre-Defined Header Files
210
#include<stdio.h>
311
#include<conio.h>
@@ -1122,4 +1130,4 @@ void deleteBook(){
11221130
Sleep(2000);
11231131
bookPanel();
11241132
}
1125-
// Program Ends here -- Have a nice day!
1133+
// Program Ends here -- Have a nice day!

0 commit comments

Comments
 (0)