Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 347 Bytes

aoc-2020

My Advent of Code adventure

The repo will contain my solutions to the Advent of Code 2020.

I'll try to do it in Rust this year. Lot of the code you'll find could be optimised (I'm still learning) I'll also try to produce write-ups of every challs (french and english).

Compile

cargo run

Run tests

cargo test