mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Fix project, now use python 3.
This commit is contained in:
@@ -12,6 +12,6 @@ for line in fileinput.input():
|
||||
|
||||
if not seenBasement and floor == -1:
|
||||
seenBasement = True
|
||||
print "Basement reached at", idx + 1
|
||||
print("Basement reached at", idx + 1)
|
||||
|
||||
print "Finally arrived at", floor
|
||||
print("Finally arrived at", floor)
|
||||
|
||||
Reference in New Issue
Block a user