From 226a25dc825e9915fe119f77bfdf18fe39bca881 Mon Sep 17 00:00:00 2001 From: anurodhporwal Date: Fri, 23 Oct 2020 15:01:35 +0530 Subject: [PATCH] Initial Commit --- anurodhporwal/hello.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 anurodhporwal/hello.java diff --git a/anurodhporwal/hello.java b/anurodhporwal/hello.java new file mode 100644 index 0000000..aa345a8 --- /dev/null +++ b/anurodhporwal/hello.java @@ -0,0 +1,11 @@ + +public class hello { + + public static void main(String[] args) { + // TODO Auto-generated method stub + System.out.println("Hello World!!!!"); + + + } + +}