mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-02-12 04:39:19 +00:00
fix: correct println macro in intro2 exercise
This commit is contained in:
parent
87ac600b7c
commit
748e971200
@ -1,4 +1,4 @@
|
|||||||
fn main() {
|
fn main() {
|
||||||
// TODO: Fix the code to print "Hello world!".
|
// TODO: Fix the code to print "Hello world!".
|
||||||
printline!("Hello world!");
|
println!("Hello world!");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user