File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+ */
1
15
#include < stdio.h>
2
16
#include < conio.h>
3
17
#include < stdlib.h>
@@ -185,7 +199,7 @@ int main()
185
199
system (" cls" );
186
200
system (" COLOR 70" );
187
201
printf (" \n\t\t\t Credits\n\t\t\t --------\n " );delay (1000 );
188
- printf (" \t\t Created By: \n\t\t\t Praman Kasliwal\n\t\t\t Aanjaneya Singh Dhoni \n\t\t\t Mohit Khemchandani \n\t\t\t Harshit Jain " );
202
+ printf (" \t\t Created By: \n\t\t\t Praman Kasliwal" );
189
203
delay (3000 );
190
204
return 0 ;
191
205
}
You can’t perform that action at this time.
0 commit comments