2020 Day 08, fix typo in test of 07
This commit is contained in:
@ -27,5 +27,5 @@ def test():
|
||||
rules, amount = parseRules(input)
|
||||
assert part2(rules, amount) == 126
|
||||
|
||||
if __name__ == "__name__":
|
||||
if __name__ == "__main__":
|
||||
test()
|
Reference in New Issue
Block a user