From c9826b27d738c2f9f014d561795ff8458e76b9c7 Mon Sep 17 00:00:00 2001 From: nidhijha15 <42990119+nidhijha15@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:20:31 +0530 Subject: [PATCH] Create nidhi.java --- nidhi.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nidhi.java diff --git a/nidhi.java b/nidhi.java new file mode 100644 index 0000000..bde73c9 --- /dev/null +++ b/nidhi.java @@ -0,0 +1,7 @@ +class prgm1 +{ +public static void main(String args[]) +{ +System.out.println("Hello World"); +} +}