AdventOfCode/README.md

16 lines
273 B
Markdown
Raw Normal View History

2022-12-01 23:48:22 +00:00
# Advent of Code 2022
### Solutions for the 2022 AoC challenges
### They might not be the best solutions but they work and that's the important part of a coders job :xdd:
2022-12-04 23:02:55 +00:00
---
## Languages used:
#### Python:
* Day 1
* Day 2
* Day 4
2022-12-25 17:32:53 +00:00
* Day 5
* Day 6
* Day 8
2022-12-04 23:02:55 +00:00
#### C#:
* Day 3