Day 19 Done

This commit is contained in:
Jake Pullen
2023-12-19 10:08:11 +00:00
parent b4b7a5ae9e
commit 15c56449e0
3 changed files with 158 additions and 1 deletions
+1 -1
View File
@@ -130,4 +130,4 @@ def populate_data(year = current_year, day=current_day):
else:
print("Something went wrong. Check the puzzle text.")
populate_data(2023,17)
populate_data()