summaryrefslogtreecommitdiffstats
path: root/src/bin/2023/day10.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/2023/day10.rs')
-rw-r--r--src/bin/2023/day10.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/2023/day10.rs b/src/bin/2023/day10.rs
index 07e9741..68a66a8 100644
--- a/src/bin/2023/day10.rs
+++ b/src/bin/2023/day10.rs
@@ -185,6 +185,6 @@ fn test() {
);
assert_eq!(
part2(parse(parse::data(2023, 10).unwrap()).unwrap()).unwrap(),
- 0
+ 317
);
}