https://github.com/rstropek/adventofcode2020
My C# solutions for Advent of Code 2020
https://github.com/rstropek/adventofcode2020
advent-of-code advent-of-code-2020 csharp dotnet
Last synced: 3 months ago
JSON representation
My C# solutions for Advent of Code 2020
- Host: GitHub
- URL: https://github.com/rstropek/adventofcode2020
- Owner: rstropek
- Created: 2020-12-06T18:52:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T08:26:26.000Z (over 5 years ago)
- Last Synced: 2025-06-22T23:04:38.529Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, csharp, dotnet
- Language: C#
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2020

My C# solutions for [Advent of Code 2020](https://adventofcode.com/).
This year, we met every day in December with young coders from [CoderDojo Linz](https://linz.coderdojo.net). Together, we solved the programming quizzes of AoC. We had a lot of fun solving the problems. Thank you [Eric Wastl](http://was.tl/) for putting together this great project!
**NOTE** that you have to replace my data (*data.txt* files in each day) with your data from the *Advent of Code* website. Otherwise, you will get my results which will not fit to your test data.