1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 05:46:07 +02:00

Merge pull request #1783 from neuschaefer/fe-nish

Fe-nish line rendering improvements
This commit is contained in:
liv 2023-11-29 17:33:41 +01:00 committed by GitHub
commit 7f530ebf20
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -443,10 +443,10 @@ started, here's a couple of notes about how Rustlings operates:
Got all that? Great! To get started, run `rustlings watch` in order to get the first
exercise. Make sure to have your editor open!"#;
const FENISH_LINE: &str = r"+----------------------------------------------------+
const FENISH_LINE: &str = "+----------------------------------------------------+
| You made it to the Fe-nish line! |
+-------------------------- ------------------------+
\\/
\\/\x1b[31m
@ -461,7 +461,7 @@ const FENISH_LINE: &str = r"+---------------------------------------------------
\x1b[0m
We hope you enjoyed learning about the various aspects of Rust!
If you noticed any issues, please don't hesitate to report them to our repo.