From 2951492386984d70c85773ffc7957a3cb6ef82b1 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:53:57 -0600 Subject: [PATCH] docs: update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4ce98e9..b837870 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Or for part 2 solutions dotnet run -- part2 ``` +You can also build the projects and run the executables directly. + +```bash +dotnet build +./bin/Debug/net8.0/ +``` + ## Challenges | Day | Problem | Solution | Status | Notes |