We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c9f44 commit 9b8de65Copy full SHA for 9b8de65
exercises/intro/intro1.rs
@@ -16,4 +16,8 @@ fn main() {
16
println!(r#" | | | |_| \__ \ |_| | | | | | (_| \__ \ "#);
17
println!(r#" |_| \__,_|___/\__|_|_|_| |_|\__, |___/ "#);
18
println!(r#" |___/ "#);
19
+ println!();
20
+ println!("This exercise compiles successfully. The remaining exercises contain a compiler");
21
+ println!("or logic error. The central concept behind Rustlings is to fix these errors and");
22
+ println!("solve the exercises. Good luck!");
23
}
0 commit comments