Merge pull request #1783 from neuschaefer/fe-nish

Fe-nish line rendering improvements
pull/1792/head
liv 7 months ago committed by GitHub
commit 7f530ebf20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save