Add input file reading to solution files
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
import os
|
||||
|
||||
with open('advent_of_code_2023\day_23\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
|
||||
Reference in New Issue
Block a user