1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-14 22:30:34 +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 Got all that? Great! To get started, run `rustlings watch` in order to get the first
exercise. Make sure to have your editor open!"#; 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! | | 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! 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. If you noticed any issues, please don't hesitate to report them to our repo.