Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathankleyn/advent-of-code-2019
My attempts at the Advent Of Code 2019 exercises!
https://github.com/nathankleyn/advent-of-code-2019
advent-of-code advent-of-code-2019 rust
Last synced: 21 days ago
JSON representation
My attempts at the Advent Of Code 2019 exercises!
- Host: GitHub
- URL: https://github.com/nathankleyn/advent-of-code-2019
- Owner: nathankleyn
- License: mit
- Created: 2019-12-09T21:27:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T15:38:30.000Z (about 5 years ago)
- Last Synced: 2024-11-06T12:51:09.481Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2019, rust
- Language: Rust
- Homepage: http://adventofcode.com/2019
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2019 🎅 🎄 ☃
My attempts at the Advent Of Code 2019 exercises! Solutions are in Rust this year, with the intention to rewrite in other languages if I get time.
You can see my solutions for previous years:
* [2018](https://github.com/nathankleyn/advent-of-code-2018)
* [2017](https://github.com/nathankleyn/advent-of-code-2017)
* [2016](https://github.com/nathankleyn/advent-of-code-2016)
* [2015](https://github.com/nathankleyn/advent-of-code-2015)## Running Solutions
### Rust
Each day of the exercise is in its own crate, with tests that cover the examples. You can run these with `cargo test`.