Skip to content

tpetrina/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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.