/adventofcode

Solutions for the https://adventofcode.com

Primary LanguageC#

Advent of Code solutions

This repository contains solutions for 2021 Advent of Code challenges.

Running the solutions

csx files

Install dotnet script as a global .NET tool. .NET (Core or >=5) is also required.

Run code from terminal with dotnet script day$DAY.csx.