From 1dcc9fdd643d160c0bc432b00eaeaf18d06f0feb Mon Sep 17 00:00:00 2001 From: Veekshitha11 Date: Sat, 12 Oct 2024 13:04:22 +0530 Subject: [PATCH 1/4] Create helloworld.groovy hello world in groovy --- helloworld.groovy | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.groovy diff --git a/helloworld.groovy b/helloworld.groovy new file mode 100644 index 0000000..005388a --- /dev/null +++ b/helloworld.groovy @@ -0,0 +1 @@ +println "Hello, World! " From c407072088615ee603465f2d7be5ce5920d53f87 Mon Sep 17 00:00:00 2001 From: Veekshitha11 Date: Sat, 12 Oct 2024 13:17:41 +0530 Subject: [PATCH 2/4] Rename helloworld.groovy to hello_world.groovy --- helloworld.groovy => hello_world.groovy | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename helloworld.groovy => hello_world.groovy (100%) diff --git a/helloworld.groovy b/hello_world.groovy similarity index 100% rename from helloworld.groovy rename to hello_world.groovy From 34f952ebc287d1c68153b1a16b5bd4804f8bf5fd Mon Sep 17 00:00:00 2001 From: Veekshitha11 Date: Tue, 29 Oct 2024 19:44:41 +0530 Subject: [PATCH 3/4] hello_world.groovy --- hello_world.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_world.groovy b/hello_world.groovy index 005388a..8fe315a 100644 --- a/hello_world.groovy +++ b/hello_world.groovy @@ -1 +1,3 @@ +// Groovy Hello World + println "Hello, World! " From d27ba5df2a250cbeac461339700e795a870497fa Mon Sep 17 00:00:00 2001 From: Veekshitha11 Date: Tue, 29 Oct 2024 19:48:53 +0530 Subject: [PATCH 4/4] hello_world.groovy we require a simple println statement to print in groovy language --- hello_world.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/hello_world.groovy b/hello_world.groovy index 8fe315a..2d4c0c1 100644 --- a/hello_world.groovy +++ b/hello_world.groovy @@ -1,3 +1,4 @@ // Groovy Hello World println "Hello, World! " +