From f9b35d12475622c6967ee7062d258c49584c9fb6 Mon Sep 17 00:00:00 2001 From: edgul Date: Sat, 25 Jul 2026 20:32:37 -0400 Subject: [PATCH] i forget --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3483763..68183de 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,7 +67,7 @@ impl FrequencyVec { let col1 = self.longest_word().max(5); let col2 = digits.max(5); let col3 = 10; - let end = col1 + col2 + col3.max(11) + 2; + let end = col1 + col2 + col3.max(11) + 1; println!("{: