Add missing semicolon to hello world program in intro.
This commit is contained in:
parent
de83d7dd19
commit
2171c95553
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
|
|||
|
||||
```{rust}
|
||||
fn main() {
|
||||
println!("Hello, world!")
|
||||
println!("Hello, world!");
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue