Add puzzle text for day 6 and day 7
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user