Ex
Exerpad
🔥0
0 XP
Lv.1 Beginner

Fix the Greeting

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

rust
fn main() {
println("Good morning!");
}
Exerpad — Learn to Code with Fun!