From c8ca490bab6d15ecc6ff656ed7f2feebca25ee3b Mon Sep 17 00:00:00 2001 From: Shiva Date: Fri, 16 Oct 2020 09:29:17 +0530 Subject: [PATCH] wv02 --- HelloWorld.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index b35ce6a..aaede12 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,9 +1,12 @@ public class HelloWorld { public static void main(String[] args){ + /** + * My Comment 123 + */ String name = "rsc"; String changes = "Test123"; System.out.println("Hello World application" + name); System.out.println("new changes .." + changes); - + } } \ No newline at end of file