We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cfe67 commit f72e0caCopy full SHA for f72e0ca
src/main.rs
@@ -87,8 +87,6 @@ fn main() {
87
let text = fs::read_to_string("default_out.txt").unwrap();
88
println!("{}", text);
89
}
90
-
91
- println!("\x1b[0m");
92
93
94
fn watch(exercises: &[Exercise]) -> notify::Result<()> {
0 commit comments