Skip to content

ysbakker/AoC-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC-2022

Advent of Code solutions for 2022 in C#

Running:

In SolutionsRunner:
dotnet run [day]-[part] or dotnet run [day]

Example:

dotnet run 1-2