Advent of Code solutions in C#
Go to file
Tiago Garcia 70a86f783a
[2023] Add Day5 Part1
Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
2023-12-09 21:17:03 +00:00
Utils Some refactoring 2023-06-24 22:26:39 +01:00
Year2022 [2022] Day 12 added 2023-06-24 22:27:02 +01:00
Year2023 [2023] Add Day5 Part1 2023-12-09 21:17:03 +00:00
.gitignore Advent of Code 2023 started :D 2023-12-02 01:39:47 +00:00
AdventOfCode.csproj AoC 2023: Day 2 2023-12-02 16:20:10 +00:00
AdventOfCode.sln Solution reorganized 2023-06-08 12:47:26 +01:00
Makefile Advent of Code 2023 started :D 2023-12-02 01:39:47 +00:00
Program.cs Advent of Code 2023 started :D 2023-12-02 01:39:47 +00:00
README.md Update README.md 2023-12-02 01:48:40 +00:00

README.md

Advent of Code

Solutions for the AoC Challenges, all in C#

They might not be the best solutions but they work and that's the important part of a coders job :xdd:

Solutions organized by year, 1 file per day.

2022

2023