Cargo generates "Hello, world!" instead of "Hello world!"
This commit is contained in:
parent
63e99f999d
commit
7ebb392fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -1780,7 +1780,7 @@ Finally, Cargo generated a hello, world for us. Check out `src/main.rs`:
|
|||
|
||||
```{rust}
|
||||
fn main() {
|
||||
println!("Hello world!");
|
||||
println!("Hello, world!");
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue