File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -443,10 +443,10 @@ started, here's a couple of notes about how Rustlings operates:
443443Got all that? Great! To get started, run `rustlings watch` in order to get the first
444444exercise. 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
466466We hope you enjoyed learning about the various aspects of Rust!
467467If you noticed any issues, please don't hesitate to report them to our repo.
You can’t perform that action at this time.
0 commit comments