diff --git a/main.c b/main.c index 86466e2..6620ead 100644 --- a/main.c +++ b/main.c @@ -1,8 +1,11 @@ -#include +cd #include int main() { printf("Hello world"); printf("This is the test branch"); + printf("im anirudh"); + printf("this is in the TESTING BRANCH"); + printf("back to master branch"); return 0; } \ No newline at end of file