diff options
Diffstat (limited to '2024_rust/src/bin/day14.rs')
-rw-r--r-- | 2024_rust/src/bin/day14.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2024_rust/src/bin/day14.rs b/2024_rust/src/bin/day14.rs index 55f986b..086ec04 100644 --- a/2024_rust/src/bin/day14.rs +++ b/2024_rust/src/bin/day14.rs @@ -89,7 +89,7 @@ impl Bathroom { } ); } - println!(""); + println!(); } } } |