added day 1 code and updated organiser

This commit is contained in:
Jake Pullen
2023-12-01 09:10:51 +00:00
parent bcffdf7429
commit 8bdfa1b167
53 changed files with 432 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
import os
with open('advent_of_code_2023\day_3\input.txt', 'r') as file:
input = file.read()
print(input)
+6
View File
@@ -0,0 +1,6 @@
import os
with open('advent_of_code_2023\day_3\input.txt', 'r') as file:
input = file.read()
print(input)