mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Provide the output PrintStream dependency to UserInterface in the constructor instead of have it hard coded to System.out.
Original source downloaded from Vintage Basic
Conversion to Oracle Java