Skip to content

Code for solving advent of code puzzles

Notifications You must be signed in to change notification settings

annamaria-szentpeteri/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Advent of Code website

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

About page

Tools

Made in Visual Studio 2022 with .Net 8.

Template can be installed with the following command to create base project for any year:

 dotnet new install .\aoc_project_template\

After this template should be available when creating a new project. Template contains:

  • empty example input files for all 25 days,
  • empty input files for all 25 days,
  • template classes for all 25 days and their 2 tasks,
  • main program class that is ready to run and execute puzzle solutions.

Progress

About

Code for solving advent of code puzzles

Resources

Stars

Watchers

Forks

Languages