Skip to content

Commit 01b8432

Browse files
committed
Mark the last exercise as done
1 parent 9b5b652 commit 01b8432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app_state.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ impl AppState {
403403
writeln!(writer, "{}", "ok".green())?;
404404
}
405405

406+
// Write that the last exercise is done.
407+
self.write()?;
408+
406409
clear_terminal(writer)?;
407410
writer.write_all(FENISH_LINE.as_bytes())?;
408411

0 commit comments

Comments
 (0)