Go to file
Stefan Forstenlechner 803266f078 Day2 2021-12-02 20:11:33 +01:00
day1 Day1 and structure 2021-12-01 21:08:29 +01:00
day2 Day2 2021-12-02 20:11:33 +01:00
.gitignore Day1 and structure 2021-12-01 21:08:29 +01:00
AoC2021.csproj Update to .NET 6 and C# 6 for `implicit using directives` 2021-12-01 22:24:44 +01:00
AoC2021.sln Day1 and structure 2021-12-01 21:08:29 +01:00
Day1.cs Day2 2021-12-02 20:11:33 +01:00
Day2.cs Day2 2021-12-02 20:11:33 +01:00
LICENSE fix LICENSE 2021-12-01 21:17:32 +01:00
README.md Update to .NET 6 and C# 6 for `implicit using directives` 2021-12-01 22:24:44 +01:00

README.md

Advent of Code 2021

This year C# only.

How to use

All source files use top-level statements. To run a specific file, uncomment the first line that contains a preprocessor directive and in turn allows compilation of the code below. Before moving to the next file, comment out the first line again, as only one file is allowed to have top-level statements.

Requirements

C# 10.0 and .NET 6

Execute

dotnet run

by Stefan Forstenlechner