Day 15 (visualize)

This commit is contained in:
Sebastian Seedorf
2020-12-15 23:10:09 +01:00
parent 5a2b9fe23f
commit 20e80270ca
4 changed files with 26 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ lines = (x.strip() for x in open("input.txt"))
for line in lines:
print(line)
last_spoken = get_target(line, 2020)
last_spoken = get_target(line, 2020)[1]
print("->", last_spoken)