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