Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 159 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 159 Bytes

aoc-rust

cargo run
cargo run -p 2020day1

Learnings

  • enumerate on a Vec gives you index and value
  • you can create a range using (0..a_vec.len())