From b65757c3c42c8bf970c5695ef44f25935d8f261c Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Wed, 7 Dec 2022 20:10:21 +0100 Subject: [PATCH] Update README.md --- 2022/rust/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2022/rust/README.md b/2022/rust/README.md index 8870bcb..8a9ce0c 100644 --- a/2022/rust/README.md +++ b/2022/rust/README.md @@ -1,2 +1,6 @@ +# Advent of Code 2022 +- inputs => [/2022/rust/inputs](https://github.com/kamoshi/advent-of-code/tree/master/2022/rust/inputs) +- solutions => [/2022/rust/src/solutions](https://github.com/kamoshi/advent-of-code/tree/master/2022/rust/src/solutions) + ### Unsafe count 😅 1. Day 7: mutable pointer to parent stored in the tree node. Unsafe deref when traversing upwards