Skip to content

Commit 7f530eb

Browse files
authored
Merge pull request #1783 from neuschaefer/fe-nish
Fe-nish line rendering improvements
2 parents 11e7414 + 12d1bf4 commit 7f530eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,10 @@ started, here's a couple of notes about how Rustlings operates:
443443
Got all that? Great! To get started, run `rustlings watch` in order to get the first
444444
exercise. Make sure to have your editor open!"#;
445445

446-
const FENISH_LINE: &str = r"+----------------------------------------------------+
446+
const FENISH_LINE: &str = "+----------------------------------------------------+
447447
| You made it to the Fe-nish line! |
448448
+-------------------------- ------------------------+
449-
\\/
449+
\\/\x1b[31m
450450
▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒
451451
▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒
452452
▒▒▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒▒▒
@@ -461,7 +461,7 @@ const FENISH_LINE: &str = r"+---------------------------------------------------
461461
▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒
462462
▒▒ ▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒ ▒▒
463463
▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒
464-
▒▒ ▒▒ ▒▒ ▒▒
464+
▒▒ ▒▒ ▒▒ ▒▒\x1b[0m
465465
466466
We hope you enjoyed learning about the various aspects of Rust!
467467
If you noticed any issues, please don't hesitate to report them to our repo.

0 commit comments

Comments
 (0)