Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)