added year folder

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