2022 rust readme

This commit is contained in:
Maciej Jur 2022-12-08 12:29:29 +01:00
parent 250e1c5e5c
commit 1094571a5d

View file

@ -4,3 +4,7 @@
### Unsafe count 😅
1. Day 7: mutable pointer to parent stored in the tree node. Unsafe deref when traversing upwards
### Notes to self
- Day 8: Once again AoC reminded me that sometimes the simpler solution is easier and better