From 59019040ce2e30c04ba3c8b3057ccef0c73f4034 Mon Sep 17 00:00:00 2001 From: AKP Date: Sun, 3 Dec 2023 23:33:15 +0000 Subject: [PATCH] Update `README.md` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e06979f..45c4504 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Use the `./aoc` script and provide it with the filename of the file you would li Alternatively, run the code directly. Provide it with an input via stdin and set the first command line argument to be either `1` or `2` to run either part 1 or 2 respectively. This should go for all languages. + +
2021 and 2022 In order to run solutions from 2021 and 2022, you should switch to the `2022` branch first.