Skip to content

Commit

Permalink
fix(intro1): Add compiler error explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
apogeeoak committed Apr 27, 2021
1 parent 21c9f44 commit 9b8de65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercises/intro/intro1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ fn main() {
println!(r#" | | | |_| \__ \ |_| | | | | | (_| \__ \ "#);
println!(r#" |_| \__,_|___/\__|_|_|_| |_|\__, |___/ "#);
println!(r#" |___/ "#);
println!();
println!("This exercise compiles successfully. The remaining exercises contain a compiler");
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
println!("solve the exercises. Good luck!");
}

0 comments on commit 9b8de65

Please sign in to comment.