Advent of Code 2023 projects
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.
Alice 771f4874f2 First commit 1 year ago
Day 1 First commit 1 year ago
Day 2 First commit 1 year ago
Day 3 First commit 1 year ago
Day 4 First commit 1 year ago
Day 5 First commit 1 year ago
README.md First commit 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

  1. Clone the repository, or any amount of folders within
  2. Open each cloned folder and build its contents with a C# compiler of your choice.