mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-03 16:53:30 +02:00
Remove ui.rs
This commit is contained in:
+2
-1
@@ -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(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user