From 22182184787accc7ee451fb2c7a143b66891efee Mon Sep 17 00:00:00 2001 From: Sapan Das Date: Thu, 15 Mar 2018 18:01:50 +0100 Subject: [PATCH] Update main.c Experiment with pull request. --- main.c | 1 + 1 file changed, 1 insertion(+) 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; }