docs: update README

This commit is contained in:
Stevan Freeborn
2023-12-06 14:53:57 -06:00
parent 2aff253ce5
commit 2951492386
+7
View File
@@ -33,6 +33,13 @@ Or for part 2 solutions
dotnet run -- <path-to-input-file> part2 dotnet run -- <path-to-input-file> part2
``` ```
You can also build the projects and run the executables directly.
```bash
dotnet build
./bin/Debug/net8.0/<project-name> <path-to-input-file>
```
## Challenges ## Challenges
| Day | Problem | Solution | Status | Notes | | Day | Problem | Solution | Status | Notes |