summaryrefslogtreecommitdiff
path: root/src/bin/day_17.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-31 20:45:13 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-31 20:45:13 +0200
commit832190583eacad6d0166cbacb71f79fa93aef1d6 (patch)
tree5adc66aa63e04fc1af4936d6a63fffbb9adf2c17 /src/bin/day_17.rs
parentfc4aef0eb26fcd64a91f95e5aa8e9cbc800b3ba8 (diff)
Day 21 hello world, springbot bouncing into a hole
Diffstat (limited to 'src/bin/day_17.rs')
-rw-r--r--src/bin/day_17.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bin/day_17.rs b/src/bin/day_17.rs
index 9f5d3b8..e85373c 100644
--- a/src/bin/day_17.rs
+++ b/src/bin/day_17.rs
@@ -1,13 +1,6 @@
use aoc2019::*;
-use rpds::list;
-use rpds::list::List;
-use rpds::rbt_set;
-use rpds::set::red_black_tree_set::RedBlackTreeSet;
-use rpds::vector;
-use rpds::vector::Vector;
use std::io;
use std::io::prelude::*;
-use std::iter;
use std::process;
use structopt::StructOpt;