From 00b4822901f65f33b240b3889c301301f3df8518 Mon Sep 17 00:00:00 2001 From: claudiofus Date: Thu, 1 Oct 2020 09:22:12 +0200 Subject: [PATCH] Added Java file --- CODE in Java/Hello.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODE in Java/Hello.java diff --git a/CODE in Java/Hello.java b/CODE in Java/Hello.java new file mode 100644 index 0000000..54d98ec --- /dev/null +++ b/CODE in Java/Hello.java @@ -0,0 +1,8 @@ +public class Hello { + + public static void main(String[] args) { + + System.out.println("Hello, World!"); + + } +} \ No newline at end of file