remove stupid print

This commit is contained in:
2025-04-20 23:09:56 +02:00
parent b2e2e48775
commit 732ab4be9f

View File

@ -71,7 +71,7 @@ fn run_with_input(
} }
}; };
println!("Done!"); // println!("Done!");
Ok(()) Ok(())
} }