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_1\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_1\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 1 Puzzle Text.
+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_10\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_10\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 10 Puzzle Text.
+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_11\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_11\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 11 Puzzle Text.
+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_12\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_12\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 12 Puzzle Text.
+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_13\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_13\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 13 Puzzle Text.
+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_14\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_14\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 14 Puzzle Text.
+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_15\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_15\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 15 Puzzle Text.
+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_16\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_16\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 16 Puzzle Text.
+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_17\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_17\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 17 Puzzle Text.
+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_18\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_18\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 18 Puzzle Text.
+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_19\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_19\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 19 Puzzle Text.
+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.
+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_20\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_20\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 20 Puzzle Text.
+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_21\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_21\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 21 Puzzle Text.
+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_22\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_22\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 22 Puzzle Text.
+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_23\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_23\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 23 Puzzle Text.
+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_24\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_24\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 24 Puzzle Text.
+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_25\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_25\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 25 Puzzle Text.
+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_3\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_3\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 3 Puzzle Text.
+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_4\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_4\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 4 Puzzle Text.
+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_5\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_5\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 5 Puzzle Text.
+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_6\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_6\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 6 Puzzle Text.
+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_7\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_7\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 7 Puzzle Text.
+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_8\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_8\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 8 Puzzle Text.
+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_9\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_9\input.txt', 'r') as file:
input = file.read()
print(input)
+1
View File
@@ -0,0 +1 @@
# Day 9 Puzzle Text.

Some files were not shown because too many files have changed in this diff Show More