From 1094571a5d5efb38fc4fbddc7c2a3a47fda2fcb0 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Thu, 8 Dec 2022 12:29:29 +0100 Subject: [PATCH] 2022 rust readme --- 2022/rust/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2022/rust/README.md b/2022/rust/README.md index 8a9ce0c..7e21fd3 100644 --- a/2022/rust/README.md +++ b/2022/rust/README.md @@ -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