2020 Day 08, fix typo in test of 07

This commit is contained in:
Akumatic
2020-12-08 11:20:43 +01:00
parent 97125d8b50
commit ab66e38e47
7 changed files with 775 additions and 2 deletions

View File

@ -27,5 +27,5 @@ def test():
rules, amount = parseRules(input)
assert part2(rules, amount) == 126
if __name__ == "__name__":
if __name__ == "__main__":
test()