summary refs log tree commit diff homepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bin/day20.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/day20.rs b/src/bin/day20.rs
index 396bb7c..0416ced 100644
--- a/src/bin/day20.rs
+++ b/src/bin/day20.rs
@@ -73,5 +73,5 @@ fn part2() {
 0-2
 4-7
 ";
-    assert_eq!(u32::MAX - 8, solve2(input.trim()));
+    assert_eq!(u32::MAX - 7, solve2(input.trim()));
 }
06fc5f2383c64e3afdce68ebfe49625ac7e4&follow=1'>Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe