Skip to content

Commit f415322

Browse files
authored
Update De-Code.cpp
1 parent 86c7576 commit f415322

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

De-Code.cpp

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*
2+
3+
Author: Praman Kasliwal
4+
Licence: Free(Open Source)
5+
Note from Author:
6+
Oh! So you really looked into the source code?! Wow!!! I mean you really are Geek...
7+
Well what can I really do?...
8+
*horribly singing*
9+
What can I say, except, your Welcome?! I'm just an ordinary human guy...
10+
*stopping after hearing my own voice* *clears throat*
11+
Bon Chance!!! Au revoir!!!
12+
Enjoy!
13+
14+
*/
115
#include<stdio.h>
216
#include<conio.h>
317
#include<stdlib.h>
@@ -185,7 +199,7 @@ int main()
185199
system("cls");
186200
system("COLOR 70");
187201
printf("\n\t\t\tCredits\n\t\t\t--------\n");delay(1000);
188-
printf("\t\tCreated By: \n\t\t\tPraman Kasliwal\n\t\t\tAanjaneya Singh Dhoni\n\t\t\tMohit Khemchandani\n\t\t\tHarshit Jain");
202+
printf("\t\tCreated By: \n\t\t\tPraman Kasliwal");
189203
delay(3000);
190204
return 0;
191205
}

0 commit comments

Comments
 (0)