From fc317f9469c59201c6accb87c937e9e052955ded Mon Sep 17 00:00:00 2001 From: Rishi Lokesh Date: Thu, 18 Feb 2021 11:06:07 +0530 Subject: [PATCH] hello.java added --- hello.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.java diff --git a/hello.java b/hello.java new file mode 100644 index 0000000..af20640 --- /dev/null +++ b/hello.java @@ -0,0 +1,7 @@ +class hello +{ +public static void main() +{ +System.out.println("......."); +} +}