summaryrefslogtreecommitdiff
path: root/src/bin/day_4.rs
diff options
context:
space:
mode:
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!(