From d56dbce0165966315a3f95c4471a466f1b73f5f7 Mon Sep 17 00:00:00 2001 From: kakashi777 <62524464+kakashi777@users.noreply.github.com> Date: Sat, 2 Oct 2021 22:37:23 +0530 Subject: [PATCH] Update Main.java --- Templates/Java/Main.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Templates/Java/Main.java b/Templates/Java/Main.java index b2bc200..3acf6e5 100644 --- a/Templates/Java/Main.java +++ b/Templates/Java/Main.java @@ -1,9 +1,3 @@ -package Templates.Java; -/* - * No package must be added here because some Online Judges don't support it - * please remove, if any. - * - */ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; @@ -52,7 +46,6 @@ public static void main(String[] args) { e.printStackTrace(); } - // Print the final output System.out.println(output); } @@ -68,4 +61,4 @@ public void solve(String input) { Main.output.concat(input); } -} \ No newline at end of file +}