mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-23 07:06:10 -07:00
c8633c6051
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