working through day 3

This commit is contained in:
Jake Pullen
2023-12-02 15:26:52 +00:00
parent c83a55e79d
commit c2d362c6b3
73 changed files with 107 additions and 196 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import os
with open('advent_of_code_2023\day_7\input.txt', 'r') as file:
with open(r'advent_of_code\2023\day_7\input.txt', 'r') as file:
input = file.read()
print(input)
+1 -1
View File
@@ -1,6 +1,6 @@
import os
with open('advent_of_code_2023\day_7\input.txt', 'r') as file:
with open(r'advent_of_code\2023\day_7\input.txt', 'r') as file:
input = file.read()
print(input)
-6
View File
@@ -1,6 +0,0 @@
import os
with open('advent_of_code_2023\day_7\input.txt', 'r') as file:
input = file.read()
print(input)