Go to file
2022-12-05 18:41:05 +01:00
.vscode Initial commit for day one 2022-12-01 18:36:26 +01:00
days Day 04 2022-12-05 18:41:05 +01:00
Handlers Day 04 2022-12-05 18:41:05 +01:00
.editorconfig Day 2 - Part A 2022-12-02 17:11:12 +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 Day 04 2022-12-05 18:41:05 +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