From edce793b9cca8fb5d894ff45234f63dec9d0354b Mon Sep 17 00:00:00 2001 From: Ahilan-1 <166643931+Ahilan-1@users.noreply.github.com> Date: Sat, 11 May 2024 11:15:02 +0530 Subject: [PATCH] Xkings.c --- Projects/PhoneBook.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Projects/PhoneBook.c b/Projects/PhoneBook.c index 00b900d..763d648 100644 --- a/Projects/PhoneBook.c +++ b/Projects/PhoneBook.c @@ -453,13 +453,13 @@ void end() system("cls"); printf(">>> Phone Book in C <<< \n\n"); - printf("> Creator: @Alkaison (Ganesh Mourya) \n\n"); - printf("> Github: https://github.com/Alkaison \n"); - printf("> Twitter: https://twitter.com/Alkaison \n"); - printf("> LinkedIn: https://www.linkedin.com/in/Alkaison \n\n"); + printf("> \n\n"); + printf("> \n"); + printf("> \n"); + printf("> \n\n"); printf("Press any key to exit. \n"); getch(); exit(0); -} \ No newline at end of file +}