https://github.com/runfalk/advent-of-code-2018
https://github.com/runfalk/advent-of-code-2018
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runfalk/advent-of-code-2018
- Owner: runfalk
- License: mit
- Created: 2018-12-07T15:32:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T22:54:33.000Z (over 7 years ago)
- Last Synced: 2025-03-12T13:41:26.899Z (about 1 year ago)
- Language: Rust
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Advent of code 2018
===================
These are my solutions for the problems in Advent of Code 2018. This year I use
rust, and try to use the standard library as far as possible. I ended up using
the excellent regex crate since data parsing is such a big part of some tasks.
Answers
-------
The input and expected answers for the problems I have solved can be found in
``tests/test_days.rs``.