Day 11 - Cleanup

This commit is contained in:
2025-12-12 00:23:51 +00:00
parent 9ef7abed94
commit 26d64ba4c9

View File

@@ -120,6 +120,5 @@ fn sol2() -> Result<()> {
fn main() -> Result<()> {
sol1()?;
sol2()?;
Ok(())
sol2()
}