891011121314
public class HelloApp { private final IOUtil io; public HelloApp(Scanner scanner, PrintStream out) { io = new IOUtil(scanner, out); }