diff --git a/src/app_state.rs b/src/app_state.rs index e9a5b109..e08f94c6 100644 --- a/src/app_state.rs +++ b/src/app_state.rs @@ -403,6 +403,9 @@ impl AppState { writeln!(writer, "{}", "ok".green())?; } + // Write that the last exercise is done. + self.write()?; + clear_terminal(writer)?; writer.write_all(FENISH_LINE.as_bytes())?;