.vscode | ||
days | ||
Handlers | ||
.editorconfig | ||
.gitignore | ||
AdventOfCode2022.csproj | ||
Program.cs | ||
README.md |
Advent of Code 2022
Requirements
- .NET Core 6.0
When building and running, it assumes the binary is being ran from the project root directory. Paths to day inputs are relative to the project root.
Example: dotnet build && ./bin/Debug/net6.0/AdventOfCode2022