/intcode_rs

Advent of Code 2019's intcode questions written in Rust Language

Primary LanguageRust

AoC 2019 IntCode problems: Rust Implementation

Prerequisites

  1. 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