Merge pull request #1735 from 0atman/main
fix(intro2): Changed intro2 to be a name error, not a format string error
This commit is contained in:
commit
13837b25cf
@ -8,5 +8,5 @@
|
|||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello {}!");
|
printline!("Hello there!")
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ name = "intro2"
|
|||||||
path = "exercises/00_intro/intro2.rs"
|
path = "exercises/00_intro/intro2.rs"
|
||||||
mode = "compile"
|
mode = "compile"
|
||||||
hint = """
|
hint = """
|
||||||
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."""
|
||||||
|
|
||||||
# VARIABLES
|
# VARIABLES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user