/aoc19-rs

Advent of Code 2019 Solutions in Rust

Primary LanguageRust

Advent of Code 2019 Solutions in Rust

  • Day 1.1: calculate total fuel required for all modules of space craft based on mass
  • Day 1.2: extend Day1.1 to include fuel for fuel (and so on)

stolen starting day 1 from https://github.com/mitsuhiko/aoc19