README for project directory added
This commit is contained in:
parent
fba5683ec5
commit
3bc1c6ca17
|
@ -0,0 +1,9 @@
|
||||||
|
# Advent of Code
|
||||||
|
|
||||||
|
## Solutions organized by year, 1 file per day.
|
||||||
|
|
||||||
|
### [2022](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022)
|
||||||
|
* [Day 1](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day1.cs)
|
||||||
|
* [Day 2](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day2.cs)
|
||||||
|
* [Day 3](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day3.cs)
|
||||||
|
* [Day 7](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day7.cs)
|
10
README.md
10
README.md
|
@ -1,3 +1,11 @@
|
||||||
# Advent of Code
|
# Advent of Code
|
||||||
## Solutions for the AoC Challenges, all in C#
|
## 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:
|
### 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](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022)
|
||||||
|
* [Day 1](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day1.cs)
|
||||||
|
* [Day 2](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day2.cs)
|
||||||
|
* [Day 3](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day3.cs)
|
||||||
|
* [Day 7](https://github.com/TiagoRG/AdventOfCode/tree/main/AdventOfCode/Year2022/Day7.cs)
|
Loading…
Reference in New Issue