Exerpad

Fix the Greeting

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

rust
fn main() {
println("Good morning!");
}