From 3fd94ca7d2ff20e53c53cdcb471a5125be89b14e Mon Sep 17 00:00:00 2001 From: fernandasj Date: Wed, 2 Oct 2019 11:43:41 -0300 Subject: [PATCH] adding Hello World using Java --- hello_world/hello_worldfernandasj.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello_world/hello_worldfernandasj.java diff --git a/hello_world/hello_worldfernandasj.java b/hello_world/hello_worldfernandasj.java new file mode 100644 index 0000000..ca9dac4 --- /dev/null +++ b/hello_world/hello_worldfernandasj.java @@ -0,0 +1,6 @@ +public class HelloWorld { + + public static void main (String arg []){ + System.out.println("Hello World"); + } +} \ No newline at end of file