https://github.com/bclindner/aoc19
Advent of Code 2019 solutions
https://github.com/bclindner/aoc19
advent-of-code advent-of-code-2019
Last synced: 2 months ago
JSON representation
Advent of Code 2019 solutions
- Host: GitHub
- URL: https://github.com/bclindner/aoc19
- Owner: bclindner
- Created: 2019-12-01T15:32:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T17:04:19.000Z (over 6 years ago)
- Last Synced: 2025-02-26T17:47:35.766Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2019
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019
My solutions to the [Advent of Code 2019](https://adventofcode.com/) challenge,
which at the time of writing is still underway.
I intend to do these in a variety of languages, ranging from domain-specific to
general-purpose, and maybe in esoteric languages if I'm feeling adventurous.
I don't intend to golf these too hard; they're meant to work without being too
verbose, while giving me an opportunity to flex the more niche languages I don't
get to use much.