mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-23 15:16:09 -07:00
8495e59a8f
Avoid executing code on module level as this prevents importing the module for testing. Especially infinite loops are evil.