We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea53e3c commit 0134c25Copy full SHA for 0134c25
src/types-and-values/hello-world.md
@@ -16,8 +16,9 @@ fn main() {
16
What you see:
17
18
- Functions are introduced with `fn`.
19
-- Blocks are delimited by curly braces like in C and C++.
20
- The `main` function is the entry point of the program.
+- Blocks are delimited by curly braces like in C and C++.
21
+- Statements end with `;`.
22
- Rust has hygienic macros, `println!` is an example of this.
23
- Rust strings are UTF-8 encoded and can contain any Unicode character.
24
0 commit comments