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.
2 parents c306792 + 2ac6606 commit 13837b2Copy full SHA for 13837b2
exercises/00_intro/intro2.rs
@@ -8,5 +8,5 @@
8
// I AM NOT DONE
9
10
fn main() {
11
- println!("Hello {}!");
+ printline!("Hello there!")
12
}
info.toml
@@ -13,7 +13,7 @@ name = "intro2"
13
path = "exercises/00_intro/intro2.rs"
14
mode = "compile"
15
hint = """
16
-Add an argument after the format string."""
+The compiler is informing us that we've got the name of the print macro wrong, and has suggested an alternative."""
17
18
# VARIABLES
19
0 commit comments