mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-01 07:27:55 -08:00
Add Python tests
This commit is contained in:
@@ -110,9 +110,5 @@ def print_banner():
|
||||
# print("\n" * 75) # Feed some more paper from the printer
|
||||
|
||||
|
||||
def main():
|
||||
print_banner()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
print_banner()
|
||||
|
||||
Reference in New Issue
Block a user