mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 00:00:14 -08:00
Avoid executing code on module level as this prevents importing the module for testing. Especially infinite loops are evil.