Skip to content

.NET project with solutions to Advent of Code puzzles in C#.

Notifications You must be signed in to change notification settings

exVertex/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

Initially, this was a project where my AoC solutions were stored. With time, it evolved into a tiny framework that makes solving the puzzles a bit faster, and the presentation of the puzzle results clean and unified.

🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅🎄🎅

Set-up

Prerequisites: .NET 8.0 installed on your device.

  1. Clone the repository
  2. Open a terminal and run dotent run at root.
    • If you run the command without any arguments, it will get the result of the latest puzzle.
    • If you run the command with YYYY DD arguments, it will get the result for AoC puzzle from year YYYY and day DD. (ex. dotent run 2022 5 will get you the result for AoC puzzle from year 2022, day 5.)
    • Note: Puzzle inputs are example inputs from explaination description. Actual puzzle input must be pasted manually to the correct .txt file (ex. paste your puzzleInput for day 1, year 2022 to file ./Y2022/PuzzleInputs/day01.txt).

Solved

Year\Day 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
2023
2022
2021 💻 💻 🧻 🧻 🧻 🧻 🧻 🧻
2020 💻

Legend: ✔ done -- 💻 in development -- 🧻 solution available, but not supported by the interface

Disclaimer: This is still a work in progress.

About

.NET project with solutions to Advent of Code puzzles in C#.

Topics

Resources

Stars

Watchers

Forks

Languages