From af487fe8cb2d7732283971a416d015234e8f71cc Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 2 Dec 2019 22:08:56 +0200 Subject: Day 2: Intcode machine! --- src/bin/day_1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/day_1.rs') diff --git a/src/bin/day_1.rs b/src/bin/day_1.rs index f40237d..572d287 100644 --- a/src/bin/day_1.rs +++ b/src/bin/day_1.rs @@ -13,7 +13,7 @@ use structopt::StructOpt; /// The weight of each module is read from stdin, one module weight /// per line. See https://adventofcode.com/2019/day/1 for details. struct Opt { - /// Includes the weight of flue + /// Includes the weight of fuel #[structopt(short = "i", long = "include-fuel-weight")] include_fuel_weight: bool, } -- cgit v1.2.3