Advent of Code 2021 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 ca6659169a Added execution information 3 years ago
Day 1 added .csproj files and sample input 3 years ago
Day 2 added .csproj files and sample input 3 years ago
Day 3 added .csproj files and sample input 3 years ago
Day 4 added .csproj files and sample input 3 years ago
Day 5 added .csproj files and sample input 3 years ago
Day 6 added .csproj files and sample input 3 years ago
Day 7 added .csproj files and sample input 3 years ago
Day 8 added .csproj files and sample input 3 years ago
Day 9 added .csproj files and sample input 3 years ago
Day 10 added .csproj files and sample input 3 years ago
Day 11 added .csproj files and sample input 3 years ago
Day 12 added .csproj files and sample input 3 years ago
README.md Added execution information 3 years ago

README.md

Advent of Code 2021

Consult https://adventofcode.com/2021 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
  • Languages: C# 9.0 (Day 1-10), C# 10.0 (Day 11 and 12)
  • SDK: .NET/.NET Core 5 (Day 1-10), .NET/.NET Core 6 (Day 11 and 12)

Build

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