Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livioribeiro/advent-of-code
https://github.com/livioribeiro/advent-of-code
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/livioribeiro/advent-of-code
- Owner: livioribeiro
- License: mit
- Created: 2015-12-10T13:28:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T16:36:11.000Z (about 9 years ago)
- Last Synced: 2023-04-09T05:36:29.642Z (over 1 year ago)
- Language: Rust
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Solutions to [Advent of Code](http://http://adventofcode.com) in [Rust](http://rust-lang.org).
Usage
```sh
cargo run --bin day{n}
```where `{n}` is the number of the day.