summaryrefslogtreecommitdiff
path: root/java/01-helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'java/01-helloworld')
-rw-r--r--java/01-helloworld/HelloWorld2.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/01-helloworld/HelloWorld2.java b/java/01-helloworld/HelloWorld2.java
new file mode 100644
index 0000000..2cafb67
--- /dev/null
+++ b/java/01-helloworld/HelloWorld2.java
@@ -0,0 +1,3 @@
+public static void main(String[] args) {
+ System.out.println("Hello World!");
+}