5556575859606162
c.writer().flush(); try { return (char) System.console().reader().read(); } catch (IOException e) { throw new UncheckedIOException(e); } }
1920212223242526
} catch (IOException e) { System.out.println("Failed to open a file or something :'("); // Discouraged, but sometimes usefiul: throw new UncheckedIOException(e); } }