diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/01-helloworld/HelloWorld2.java | 3 |
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!"); +} |
