aboutsummaryrefslogtreecommitdiff
path: root/src/day14pt2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/day14pt2.rs')
-rw-r--r--src/day14pt2.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/day14pt2.rs b/src/day14pt2.rs
index a5d5bed..04db818 100644
--- a/src/day14pt2.rs
+++ b/src/day14pt2.rs
@@ -111,7 +111,6 @@ pub fn main() {
.map(|s| s.chars().collect::<Vec<char>>())
.collect::<Vec<Vec<char>>>();
-
let mut a = vec![];
for i in 0..1000 {
cycle(&mut input);