Merge pull request #48 from chapeupreto/patch-1

fix output for "Printing 'hello, world!'" example
pull/51/head
Dhghomon 4 years ago committed by GitHub
commit 92f235e949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,7 +395,7 @@ fn main() {
}
```
The `{}` in `println!` means "put the variable inside here". This prints `Hello world number 8!`.
The `{}` in `println!` means "put the variable inside here". This prints `Hello, world number 8!`.
We can put more in:

Loading…
Cancel
Save