updated the organiser to be flexible in years

added 2022 folders
to start going back and doing previous years
This commit is contained in:
Jake Pullen
2023-12-01 09:26:45 +00:00
parent 53d5cd8f59
commit 803de69aaa
101 changed files with 385 additions and 31 deletions
+1
View File
@@ -0,0 +1 @@
Paste any inputs into this file.
+6
View File
@@ -0,0 +1,6 @@
import os
with open(r'advent_of_code\2022\day_2\input.txt', 'r') as file:
input = file.read()
print(input)
+6
View File
@@ -0,0 +1,6 @@
import os
with open(r'advent_of_code\2022\day_2\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 2 Puzzle Text.