From a47fafe8b87f8b34cd0fa338b8695c1573a65e11 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 1 Dec 2022 16:07:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3bdc646..3986951 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Advent of Code My solutions for advent of code. +## Solutions +Solutions can be found in [/src/bin](/2022/src/bin). + ## About These are my solution for [Advent of Code](https://adventofcode.com). Do not expect quality code :)