advent-of-code/2021/10/README.md
2022-10-27 19:37:22 +02:00

318 B

10

A parser! what a joy :)

Basically a stack machine wrapped in some boilerplate. A neat trick for part 2 is to simply reverse the order of the stack and count that instead of actually adding the rest.

Solutions
  1. 392097
  2. 4263222782