mirror of https://github.com/01-edu/public.git
Browse Source
Restores the default `System.out` to fix result printing `System.out` was changed to a custom `printStream`, so `System.out.println(output.equals("1 2 3 4\n"));` printed `true` or `false` to this `printStream` and not the default `System.out`. This causes console output to be empty.pull/2483/head
Maxim Mikhailov
8 months ago
committed by
GitHub
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue