Remove ui.rs

This commit is contained in:
mo8it
2024-04-05 00:49:22 +02:00
parent 5a233398eb
commit 157fe016e5
4 changed files with 6 additions and 35 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ pub fn run(exercise: &Exercise) -> Result<()> {
bail!("Ran {exercise} with errors");
}
success!("Successfully ran {}", exercise);
// TODO: Color
println!("Successfully ran {exercise}");
Ok(())
}