Ex
Exerpad
🔥
0
0 XP
Lv.1 Beginner
Home
/
Rust
/
Getting Started
/
Print
/
Fix The Greeting
/
Exercise
Fix the Greeting
The code below should print
Good morning!
but it has bugs. Fix them!
rust
Reset
9
1
2
3
fn
main
() {
println
(
"Good morning!"
)
;
}
▶ Run
✓ Submit
← Three Lines
Number Printer →