From 56f7f383a868ea906003f537f4bc3d237fe1f35b Mon Sep 17 00:00:00 2001 From: Areeb786123 Date: Thu, 1 Oct 2020 15:44:57 +0530 Subject: [PATCH] java --- hello.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello.java diff --git a/hello.java b/hello.java new file mode 100644 index 0000000..1f46c80 --- /dev/null +++ b/hello.java @@ -0,0 +1,9 @@ +class Hello_World +{ + // Your program begins with a call to main(). + // Prints "Hello, World" to the terminal window. + public static void main(String args[]) + { + System.out.println("hello_world"); + } +} \ No newline at end of file