Skip to content

mcb2001/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

See https://adventofcode.com

Current version covers 2024.

How to run

The solution is a command line program that auto detects any class in the assembly assignable to ISolution.

Every class will run automatically.

How to expand

Add a new class.

Inherit from ISolution.

Add the data required should be added to the Data folder.

  • Remember to mark as "Copy always".
  • Name by yyyyMM (ie. 202403 or 202412).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages