https://github.com/thomasrayner/adventofcode2018
https://github.com/thomasrayner/adventofcode2018
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasrayner/adventofcode2018
- Owner: thomasrayner
- Created: 2018-12-03T21:56:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T22:22:15.000Z (over 7 years ago)
- Last Synced: 2025-04-06T08:21:22.211Z (about 1 year ago)
- Language: C#
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2018 Solutions
Here's some info on [Advent of Code 2018](https://adventofcode.com/2018/about). It's basically a series of coding puzzles. This year I'm doing them in C# in an effort to learn that language a little better. I'm *pretty* comfortable with it but this is good practice. 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.