Skip to content

dkwgit/AOC2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

Requirements

.NET 6.0

How to run for all days

Easiest way to run is to cd to the project directory and run via dotnet

cd AOC2021
dotnet run

How to run for specific days

Passing --days x [y] [z] on the command line will run specific days(s). [y] and [z] show that, optionally, more than one day can be passed. Passed in days can be zero padded or not.

Example of passing days through to the program via dotnet run command, run from directory where csproj is located:

dotnet run -- --days 05 6 12

Getting command line help/usage message

dotnet run -- --help

Or send it a bad command line

dotnet run -- --askxqzu

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages