diff --git a/Hello world in Java b/Hello world in Java new file mode 100644 index 0000000..24eda33 --- /dev/null +++ b/Hello world in Java @@ -0,0 +1,8 @@ +public class test{ + + public static void main(String args[]) + { + System.out.println("hello world"); + } + +}