diff --git a/Loved Git and Git Hub.c b/Loved Git and Git Hub.c new file mode 100644 index 0000000..1d8902d --- /dev/null +++ b/Loved Git and Git Hub.c @@ -0,0 +1,9 @@ +#include + +int main(void) +{ + printf("%s", "\nHello, I am Akash Parida from IT branch and with ID 4."); + printf("%s", "\nAnd I really loved learning it. Still a long way away but at least I am started!"); + printf("%s", "\nThank you, all of the absolutely amazing seniors for teaching us such ming boggling topic with such effort."); + printf("%s", "\nAlso, thank you for clearing all my doubts however dumb they were!\n"); + }