more cleaning

This commit is contained in:
Jake Pullen
2023-12-17 17:44:07 +00:00
parent c7107a4d44
commit 84ce884173
33 changed files with 40 additions and 40 deletions
+6
View File
@@ -0,0 +1,6 @@
import os
with open(r'advent_of_code\2022\05\input.txt', 'r') as file:
input = file.read()
print(input)