mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-15 00:04:58 +02:00
fix(intro2): changed intro2 to be a name error, not a format string error.
This commit is contained in:
@ -8,5 +8,5 @@
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
println!("Hello {}!");
|
||||
printline!("Hello there!")
|
||||
}
|
||||
|
Reference in New Issue
Block a user