From 96db77fb81e8d28aed18c4f9c3466e385f814ce6 Mon Sep 17 00:00:00 2001 From: sayaPintar <70132549+sayaPintar@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:23:54 +0700 Subject: [PATCH] Create hello_world1.java This My Code for hacktoberfest sir. --- hello_world1.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello_world1.java diff --git a/hello_world1.java b/hello_world1.java new file mode 100644 index 0000000..0fa2064 --- /dev/null +++ b/hello_world1.java @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + System.out.println("Hello World"); + } +}