Skip to content

Commit 9b8de65

Browse files
authored
fix(intro1): Add compiler error explanation.
1 parent 21c9f44 commit 9b8de65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/intro/intro1.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ fn main() {
1616
println!(r#" | | | |_| \__ \ |_| | | | | | (_| \__ \ "#);
1717
println!(r#" |_| \__,_|___/\__|_|_|_| |_|\__, |___/ "#);
1818
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!");
1923
}

0 commit comments

Comments
 (0)