Show the final message

This commit is contained in:
mo8it
2024-04-12 20:06:56 +02:00
parent 757723a7e8
commit 24539666af
4 changed files with 24 additions and 15 deletions
-1
View File
@@ -26,7 +26,6 @@ pub enum Mode {
pub struct InfoFile {
// TODO
pub welcome_message: Option<String>,
// TODO
pub final_message: Option<String>,
pub exercises: Vec<Exercise>,
}