day 8 done

This commit is contained in:
Jake Pullen
2023-12-08 08:21:56 +00:00
parent 903a763e75
commit 9cfc46bd7e
5 changed files with 951 additions and 5 deletions
+1 -1
View File
@@ -57,6 +57,6 @@ def populate_data(year = current_year, day=current_day):
None
"""
save_puzzle_text(year, day)
#save_puzzle_input(year, day)
save_puzzle_input(year, day)
populate_data()