diff --git a/main.c b/main.c index 667c491..e293aaf 100755 --- a/main.c +++ b/main.c @@ -11,6 +11,7 @@ int main() { printf("Hello this is my 1st jenkin job that is gonna be executing\n"); printf("This is a new line being added\n"); + printf("Just few more lines to get started with pull request\n"); return 0; }