Skip to content

Rhyvan/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

This repository is devoted to the Advent of Code event, to be able to add new solutions in an easily manageable way.

Adding new day's solution

  • Create a new class, implementing AdventOfCode2021.DailyCodes.AbstractApp (Don't forget the constructor!)
  • Add the new data resource to the \Input directory, named as "Day[number].txt" with two digits. (e.g Day01.txt, Day24.txt)
  • Add an entry for the freshly implemented type in AdventOfCode2021.AppFactory
  • run the app, enter given day's number upon prompt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages