summaryrefslogtreecommitdiff
path: root/src/bin/day_4.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-11 23:02:42 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-11 23:02:42 +0200
commit003a62f1c38344c5a647170bd2472c4eab39cf75 (patch)
tree1e32598b23b10d5ab9be1b8c65f6e3493f29b3d1 /src/bin/day_4.rs
parentad526abdd30e3495024b62e79f9fa0dc81cec613 (diff)
Intcode program into lib! It's shared code now.
Diffstat (limited to 'src/bin/day_4.rs')
-rw-r--r--src/bin/day_4.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/day_4.rs b/src/bin/day_4.rs
index 3cb8d38..d7d6b69 100644
--- a/src/bin/day_4.rs
+++ b/src/bin/day_4.rs
@@ -1,6 +1,3 @@
-use std::io;
-use std::io::prelude::*;
-
use structopt::StructOpt;
#[derive(Debug, StructOpt)]
@@ -17,7 +14,6 @@ struct Opt {
}
fn main() {
- let stdin = io::stdin();
let opt = Opt::from_args();
println!(