Skip to content

Commit

Permalink
add version number
Browse files Browse the repository at this point in the history
why not
  • Loading branch information
redstone59 authored Mar 28, 2024
1 parent ddabbc9 commit 1274680
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ def open_challenge_file():

b = Bejeweled3WorldChampionships()
in_challenges = True

print("Bejeweled 3 World Championships v0.1")
print("Find any bugs? Open an issue on the GitHub repo: https://github.com/redstone59/Bejeweled3WorldChampionships")

while in_challenges:
challenge_file = open_challenge_file()

Expand Down

0 comments on commit 1274680

Please sign in to comment.