Go to file
2022-12-02 16:46:35 +01:00
.vscode Initial commit for day one 2022-12-01 18:36:26 +01:00
days/01 Initial commit for day one 2022-12-01 18:36:26 +01:00
Handlers Separate day 1 logic 2022-12-02 16:46:35 +01:00
.gitignore Initial commit for day one 2022-12-01 18:36:26 +01:00
AdventOfCode2022.csproj Initial commit for day one 2022-12-01 18:36:26 +01:00
Program.cs Separate day 1 logic 2022-12-02 16:46:35 +01:00
README.md Add build/run example 2022-12-02 16:22:14 +01:00

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