- Rust & Cargo
cargo buildNote: Project has no default binary crate
cargo run --bin day2 # runs day2cargo test- Support passing file paths through CLI parameters
- Add logger with DEBUG/INFO/FATAL log levels for debugging
cargo buildNote: Project has no default binary crate
cargo run --bin day2 # runs day2cargo test