mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-11-27 22:38:18 +02:00
Improve quit message
This commit is contained in:
@@ -154,8 +154,9 @@ pub fn watch(
|
|||||||
}
|
}
|
||||||
|
|
||||||
const QUIT_MSG: &[u8] = b"
|
const QUIT_MSG: &[u8] = b"
|
||||||
|
|
||||||
We hope you're enjoying learning Rust!
|
We hope you're enjoying learning Rust!
|
||||||
If you want to continue working on the exercises at a later point, you can simply run `rustlings` again.
|
If you want to continue working on the exercises at a later point, you can simply run `rustlings` again in this directory.
|
||||||
";
|
";
|
||||||
|
|
||||||
const NOTIFY_ERR: &str = "
|
const NOTIFY_ERR: &str = "
|
||||||
|
|||||||
Reference in New Issue
Block a user