Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmservera/advent-of-code-2021
Advent of code 2021
https://github.com/jmservera/advent-of-code-2021
Last synced: 23 days ago
JSON representation
Advent of code 2021
- Host: GitHub
- URL: https://github.com/jmservera/advent-of-code-2021
- Owner: jmservera
- License: mit
- Created: 2021-12-07T16:22:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T11:04:14.000Z (about 3 years ago)
- Last Synced: 2024-04-13T03:17:40.880Z (9 months ago)
- Language: C#
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2021
Advent of code 2021https://adventofcode.com/2021
Quick and dirty solutions for Advent of Code 2021. No exception management, no error handling, no logging, minimal tests to get the results. IJW & YAGNI oriented development. In some small cases, just raw approximations that work only for the given input (I'm not looking at you... Day 7).