summary refs log tree commit diff homepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bin/day18.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/day18.rs b/src/bin/day18.rs
index 658949e..19f8c91 100644
--- a/src/bin/day18.rs
+++ b/src/bin/day18.rs
@@ -78,6 +78,7 @@ fn main() {
     io::stdin().read_to_string(&mut input).unwrap();
 
     println!("Part 1: {}", solve(40, &input));
+    println!("Part 2: {}", solve(400000, &input));
 }
 
 #[test]
bin/mtags.c?id=3e4cbcf40a45dfe50b6ffc107307ec28ad6eb7e0&follow=1'>Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe