Kmaschta / advent-of-code-rust

I try to learn Rust with the Advent of Code

Home Page:https://twitter.com/Kmaschta/status/1201265326819889152

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019 - Rust

GitHub top language advent-of-code-rust.svg PRs Welcome

This repository is a way for me to learn Rust (and having fun!) by challenging myself with the Advent of Code 2019

Each day, if I can, I'll open a PR with the code I wrote to find the answers of the daily puzzle.

From here, you'll be able to see my progression. Be gentle, it's the first time I'm trying Rust! Any advice are welcome.

How to use this repository

Each folder is a Rust program intended to solve a daily Advent of Code puzzle.

On each of them, you'll find a few command allowing you to run common operation:

make install # or cargo update
make build # or cargo build
make run # or cargo run (with the input as an option)
make test # or cargo test

In order to run them, you'll need to install Rust and Cargo (follow the Installation chapter of the Rust book)

Author

Kmaschta
Kmaschta

License

advent-of-code-rust is licensed under the MIT License.

About

I try to learn Rust with the Advent of Code

https://twitter.com/Kmaschta/status/1201265326819889152

License:MIT License


Languages

Language:Rust 96.6%Language:Makefile 3.4%