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