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!!!!"); + + + } + +}