Updated 2017

This commit is contained in:
2024-11-16 08:05:16 +01:00
parent 7b023710bb
commit 4c87065d03
4 changed files with 98 additions and 8 deletions
+2 -7
View File
@@ -6,7 +6,7 @@ input_f = sys.argv[1]
#########################################
# #
# Part 1 #
# Part 1+2 #
# #
#########################################
line = []
@@ -52,10 +52,5 @@ while stop != True: #line not in tests:
#input()
#print(tests)
#print(line)
print(steps-found_at)
print(steps)
#########################################
# #
# Part 2 #
# #
#########################################
print(steps-found_at)