From 0543bd94d26c64275e579aef23c1bd6c3b5ebce8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 1 Dec 2022 16:08:42 +0100 Subject: [PATCH] Update README.md --- 2022/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2022/README.md b/2022/README.md index 0c80ade..e621a87 100644 --- a/2022/README.md +++ b/2022/README.md @@ -3,3 +3,7 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/). Used this template: [fspoettel/advent-of-code-rust](https://github.com/fspoettel/advent-of-code-rust) + + +## Solutions +Solutions can be found in [/src/bin](/2022/src/bin).