rollup merge of #19608: jbranchaud/add-missing-semicolon-in-intro

This commit is contained in:
Alex Crichton 2014-12-09 09:24:53 -08:00
commit ae805da487

View File

@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
```{rust}
fn main() {
println!("Hello, world!")
println!("Hello, world!");
}
```