more cleaning

This commit is contained in:
Jake Pullen
2023-12-17 17:37:01 +00:00
parent 8c2a9db754
commit c7107a4d44
50 changed files with 58 additions and 58 deletions
+6
View File
@@ -0,0 +1,6 @@
import os
with open(r'advent_of_code\2022\5\input.txt', 'r') as file:
input = file.read()
print(input)