Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rprouse/adventofcode
Advent of Code
https://github.com/rprouse/adventofcode
advent csharp katas
Last synced: 24 days ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/rprouse/adventofcode
- Owner: rprouse
- License: mit
- Created: 2017-12-07T19:36:53.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T12:56:10.000Z (4 months ago)
- Last Synced: 2024-07-10T15:13:06.651Z (4 months ago)
- Topics: advent, csharp, katas
- Language: C#
- Homepage: http://adventofcode.com/
- Size: 1.38 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
Using C# and NUnit unit tests to solve the daily problems from [Advent of Code](http://adventofcode.com/).
The [Advent of Code](http://adventofcode.com/) rewards points for a fast solution, so these solutions are often very quick and dirty.