Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienjuif/advent-of-code-2018
Advent of code 2018 / Learning Rust
https://github.com/fabienjuif/advent-of-code-2018
advent-of-code advent-of-code-2018 learning-by-doing rust rust-lang
Last synced: 28 days ago
JSON representation
Advent of code 2018 / Learning Rust
- Host: GitHub
- URL: https://github.com/fabienjuif/advent-of-code-2018
- Owner: fabienjuif
- License: mit
- Created: 2018-12-05T12:49:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T17:57:14.000Z (about 6 years ago)
- Last Synced: 2024-12-07T11:32:17.732Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2018, learning-by-doing, rust, rust-lang
- Language: Rust
- Size: 448 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code - 2018
> https://adventofcode.com/2018
I choose to learn Rust through these puzzles!
## How to run
1. Install rust: `curl https://sh.rustup.rs -sSf | sh`
2. Go to the day you want to execute, eg: `cd day1`
3. Run: `cargo run --quiet`## Thanks
- [BurntSushi](https://github.com/BurntSushi/advent-of-code)