Skip to content

Commit

Permalink
day 21 part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mf-tdr committed Dec 21, 2022
1 parent 7a49baf commit 3f8c494
Show file tree
Hide file tree
Showing 2 changed files with 1,580 additions and 1 deletion.
2 changes: 1 addition & 1 deletion day21.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def parse_file(fn) -> Dict[str, Monkey]:


if __name__ == "__main__":
monkeys = parse_file("day21_test1.txt")
monkeys = parse_file("day21_input1.txt")
print(monkeys["root"].value(monkeys))
Loading

0 comments on commit 3f8c494

Please sign in to comment.