diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 0000000..428e6ae --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld{ + public static void main(String[] args)[ + System.out.println("Hello World, neil was here"); + ] +} \ No newline at end of file