summary refs log tree commit diff homepage
path: root/src
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-18 00:49:58 -0500
committerJune McEnroe <programble@gmail.com>2016-12-18 00:49:58 -0500
commit6bc678b8972a2e02a7415d419451d64fe82a027e (patch)
tree5c37ecd663c9b8154af7e1e5357e9371d8fdd219 /src
parentDay 18 (diff)
downloadaoc-6bc678b8972a2e02a7415d419451d64fe82a027e.tar.gz
aoc-6bc678b8972a2e02a7415d419451d64fe82a027e.zip
Day 18 part 2
Diffstat (limited to 'src')
-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]
colspan='3' class='logmsg'> 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe