Skip to content

Commit 2171c95

Browse files
committed
Add missing semicolon to hello world program in intro.
1 parent de83d7d commit 2171c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
6464

6565
```{rust}
6666
fn main() {
67-
println!("Hello, world!")
67+
println!("Hello, world!");
6868
}
6969
```
7070

0 commit comments

Comments
 (0)