1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-09-22 13:33:14 -04:00

fix(intro2): changed intro2 to be a name error, not a format string error.

This commit is contained in:
Tristram Oaten 2023-10-20 17:31:56 +01:00
commit 2ac6606c6c
2 changed files with 2 additions and 2 deletions
exercises/00_intro

View file

@ -8,5 +8,5 @@
// I AM NOT DONE
fn main() {
println!("Hello {}!");
printline!("Hello there!")
}