https://github.com/thomasrayner/adventofcode2019
https://github.com/thomasrayner/adventofcode2019
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasrayner/adventofcode2019
- Owner: thomasrayner
- Created: 2019-12-02T18:12:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T03:32:18.000Z (over 6 years ago)
- Last Synced: 2025-02-12T13:56:27.936Z (over 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019 Solutions
Here's some info on [Advent of Code 2019](https://adventofcode.com/2019/about). It's basically a series of coding puzzles. This year I'm doing them in Typescript in an effort to learn that language a little better. I'm not comfortable with it at all. There's a few spots where I got stuck on syntax or confused by the... "verbose"... narrative, and had to use other posted solutions as a reference. I've tried to point those spots out in the code or commit messages, but I'm not perfect, and it's all for fun anyway.
Speaking of fun, this challenge is a blast, and it's all put together by volunteers. It's been a nice way to challenge yourself in December.