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/bin') 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 99084190b23953bff7f4ce5410808ab850'/> IRC client
summary refs log tree commit diff
path: root/handle.c (unfollow)
Commit message (Collapse)Author
2020-02-11Define ColorCap instead of hardcoding 100June McEnroe
2020-02-11Move hash to top of chat.hJune McEnroe
2020-02-11Move base64 out of chat.hJune McEnroe
2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe
2020-02-11Fix whois idle unit calculationJune McEnroe
Rookie mistake.
2020-02-11Cast towupper to wchar_tJune McEnroe
For some reason it takes and returns wint_t...
2020-02-11Cast set but unused variables to voidJune McEnroe
2020-02-11Declare strlcatJune McEnroe
2020-02-11Check if VDSUSP existsJune McEnroe
2020-02-11Fix completeReplace iterationJune McEnroe
2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe
2020-02-11Remove legacy codeJune McEnroe
2020-02-11Add INSTALLING section to READMEJune McEnroe