day by day folder building for neatness
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_18\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_18\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_19\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_19\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_20\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_20\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_21\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_21\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_22\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_22\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_23\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_23\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_24\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_24\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_25\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open(r'advent_of_code\2023\day_25\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
Reference in New Issue
Block a user