2022-12-02 16:19:03 +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.
|
2022-12-02 16:22:14 +01:00
|
|
|
|
|
|
|
Example: `dotnet build && ./bin/Debug/net6.0/AdventOfCode2022`
|