From 7782df1b0229b39aa8ef7b6cd772366db164faf4 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:43:56 +0100 Subject: [PATCH] remove obsolete comment --- src/bin/22.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/22.rs b/src/bin/22.rs index bafdb45..4b7fa71 100644 --- a/src/bin/22.rs +++ b/src/bin/22.rs @@ -180,5 +180,3 @@ mod tests { assert_eq!(result, None); } } - -// That's not the right answer; your answer is too low. Curiously, it's the right answer for someone else; you might be logged in to the wrong account or just unlucky.