From 0bf9b6f9bfa3c155ae79140b38554a63d1e820cb Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 21 Dec 2016 19:41:01 -0500 Subject: Fix day 20 part 2 test --- src/bin/day20.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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())); } -- cgit 1.4.1 edf4cf2e965218b3600c1e1ba'/> IRC bouncer
summary refs log tree commit diff
path: root/client.c (unfollow)
Commit message (Collapse)Author
2019-10-23Fix rest parsingJune McEnroe
2019-10-23Add dynamic poll listJune McEnroe
2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe
2019-10-23Clean up state somewhatJune McEnroe
2019-10-23Actually send the buffer...June McEnroe
2019-10-23Add stateJune McEnroe