added day 4 puzzle

This commit is contained in:
Jake Pullen
2023-12-04 11:12:25 +00:00
parent 37c783c4ea
commit c47fa6d4f8
3 changed files with 246 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import os
with open(r'advent_of_code\2023\day_4\input.txt', 'r') as file:
input = file.read()
input = file.readlines()
print(input)