From 1b6a391d52b9b88811d1abbd1c7730f900816bc0 Mon Sep 17 00:00:00 2001 From: Akshat jain <62347282+akshatjai258@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:37:28 +0530 Subject: [PATCH] Create hello.java --- hello.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello.java diff --git a/hello.java b/hello.java new file mode 100644 index 0000000..9bc433c --- /dev/null +++ b/hello.java @@ -0,0 +1,8 @@ +class Hello_World +{ + public static void main(String[] args) { + final{ + System.out.println("Hello World!"); + } + } +}