Blank Line
Print Top, then an empty line, then Bottom:
text
Top Bottom
Hint: Use println!() with nothing inside to make an empty line.
rust
fn main() {
}
Print Top, then an empty line, then Bottom:
Top Bottom
Hint: Use println!() with nothing inside to make an empty line.