Add puzzle text for day 6 and day 7

This commit is contained in:
Jake Pullen
2023-12-06 07:33:05 +00:00
parent 30935708d1
commit 22ab280ff9
5 changed files with 1286 additions and 3 deletions
+5
View File
@@ -1,4 +1,9 @@
import os
from advent_of_code.get_puzzle_text import save_puzzle_text
year = 2022
day = 7
save_puzzle_text(year, day)
with open(r'advent_of_code\2022\day_7\input.txt', 'r') as file:
input = file.read()