day 10 part 1

This commit is contained in:
2022-12-10 07:42:27 +02:00
parent aac89964d2
commit eadc405a0f
2 changed files with 30 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
import os
import math
input = open(os.path.dirname(__file__) +
"/input.txt", "r").readlines()