Add one comment
parent
5f9491b2ef
commit
2435eca38b
|
@ -11,6 +11,7 @@ import java.io.PrintStream;
|
||||||
class Main {
|
class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
// suppresses output to console
|
||||||
System.setOut(new PrintStream(new OutputStream() {
|
System.setOut(new PrintStream(new OutputStream() {
|
||||||
public void write(int b) {
|
public void write(int b) {
|
||||||
// does nothing
|
// does nothing
|
||||||
|
|
Loading…
Reference in New Issue