🎄 Advent of Code 2020 🎄


1 2 3 4 5 6 7 8 9 10 11
Rust ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
12 13 14 15 16 17 18 19 20 21 22 23 24 25
Rust

Rust

Architecture

For Day1, you can edit the following file:

  • src/days/day1.rs (Containing the code)
  • src/days/day1.rs (Containing the test set)

Commands

For Day1, you can use the following command:

  • cargo run day1 to launch the main code that'll run the input data
  • cargo run day1 "INPUT DATA" to launch the main code that'll run the given input data
  • cargo test day1 or cargo test day1: to launch the test set