From 3f303c14273c3774c6e543e38d3b96a812ff40df Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 13 Oct 2022 12:39:03 +0100 Subject: [PATCH] docs(*): Add readme --- AdventOfCode/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AdventOfCode/README.md diff --git a/AdventOfCode/README.md b/AdventOfCode/README.md new file mode 100644 index 0000000..329b47e --- /dev/null +++ b/AdventOfCode/README.md @@ -0,0 +1,5 @@ +# Advent Of Code + +To create a new day's files, run the DayCreator project and specify the year (e.g. `2015`) and the day (e.g. `1` for Day01). This can be done in vscode by running `dotnet run --project "DayCreator"` in the terminal. + +The solutions to both parts of each day of each year can be executed using the Test Explorer.