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