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 |