AoC 2019 IntCode problems: Rust Implementation Prerequisites Rust & Cargo Build cargo build Run Note: Project has no default binary crate cargo run --bin day2 # runs day2 Unit Tests cargo test To-do list Support passing file paths through CLI parameters Add logger with DEBUG/INFO/FATAL log levels for debugging