From da6ca5df0d4a221d0f6f6fbe6376659d12879d15 Mon Sep 17 00:00:00 2001 From: Ishita Chourasia Date: Sun, 14 Oct 2018 19:00:53 +0530 Subject: [PATCH] Create Ishita.java --- code/Ishita.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 code/Ishita.java diff --git a/code/Ishita.java b/code/Ishita.java new file mode 100644 index 0000000..cca1992 --- /dev/null +++ b/code/Ishita.java @@ -0,0 +1,9 @@ +import java.io.*; + +class Ideone +{ + public static void main (String[] args) throws java.lang.Exception + { + System.out.println("Hello World!"); + } +}