https://github.com/sondr3/christmasofcode
My terrible, terrible solutions to Advent of Code problems
https://github.com/sondr3/christmasofcode
advent-of-code advent-of-code-2018 rust terrible-code
Last synced: 8 months ago
JSON representation
My terrible, terrible solutions to Advent of Code problems
- Host: GitHub
- URL: https://github.com/sondr3/christmasofcode
- Owner: sondr3
- License: unlicense
- Created: 2018-12-01T18:52:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T16:55:31.000Z (over 6 years ago)
- Last Synced: 2025-10-08T09:41:33.684Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2018, rust, terrible-code
- Language: Rust
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Christmas of Code
These are a collection of my solutions for various Christmas calendars, mostly
consisting of terribly un-idiomatic code and awful solutions. You have been
warned. The repository is on a year by year basis, with
[2018](https://github.com/sondr3/ChristmasOfCode/tree/master/2018) being written
in Rust and [2019](https://github.com/sondr3/ChristmasOfCode/tree/master/2019)
written in Haskell.
## Words of advice
My code is awful, please don't use it.
## LICENSE
I dedicate my solutions to the public domain under the
[Unlicense](https://unlicense.org/) license.