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!"); + } +}