Exerpad
🔥 0
0 XP
Exercise 3 · Chapter: PrintRequired+50 XP

Fix the Greeting

The code below should print Good morning! but it has bugs. Fix them!

rust
fn main() {
println("Good morning!");
}
Output
Run your code to see the output here.