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

Blank Line

Print Top, then an empty line, then Bottom:

Top

Bottom

Hint: Use println!() with nothing inside to make an empty line.

rust
fn main() {
}
Output
Run your code to see the output here.