summaryrefslogtreecommitdiffstats
path: root/src/bin/2021/day25.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/2021/day25.rs')
-rw-r--r--src/bin/2021/day25.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/2021/day25.rs b/src/bin/2021/day25.rs
index 68d866e..4bd5c92 100644
--- a/src/bin/2021/day25.rs
+++ b/src/bin/2021/day25.rs
@@ -84,7 +84,7 @@ pub fn part1(map: Map) -> Result<u64> {
}
pub fn part2(_: Map) -> Result<i64> {
- todo!()
+ Ok(0)
}
#[test]