This commit is contained in:
2022-10-27 19:37:22 +02:00
parent a4f671a6cc
commit 1a427e643d
3 changed files with 178 additions and 0 deletions

14
2021/10/README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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.
<details>
<summary>Solutions</summary>
<ol>
<li>392097</li>
<li>4263222782</li>
</ol>
</details>