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 +}