You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| Day 1 | 1 year ago | |
| Day 2 | 1 year ago | |
| Day 3 | 1 year ago | |
| Day 4 | 1 year ago | |
| Day 5 | 1 year ago | |
| README.md | 1 year ago | |
README.md
Advent of Code 2022
Consult https://adventofcode.com/2023 for each respective folder to see which task it corresponds to. Unfortunately, you will have to login to view the harder part two tasks.
Usage
- Execute each binary in a terminal of your choice.
- Every folder already contains a sample input.txt that will automatically be processed, alternatively you may login on the Advent of Code website and provide your own data.
Development
- IDE: Visual Studio Code
- Language: C# 12.0
- SDK: .NET/.NET Core 8
Build
- Clone the repository, or any amount of folders within
- Open each cloned folder and build its contents with a C# compiler of your choice.