Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 479 Bytes

File metadata and controls

23 lines (15 loc) · 479 Bytes

Advent of Code 2020

https://adventofcode.com/2020

In rust

https://www.rust-lang.org/

Running this

# Install rust (command from https://www.rust-lang.org/learn/get-started)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cd dec1
cargo run

Note: inputs included in this repo are just the example inputs, not my personalized ones from AOC.

Note to future self: I forgive you for giving up on this because the challenges got too long.