Skip to content

Commit

Permalink
Move hello world example to second section (#1838)
Browse files Browse the repository at this point in the history
The current location for the hello world example is awkward since the
two surrounding pages are both talking about Rust from a high level
without talking about syntax at all. I think starting the second section
(types and values) with the hello world example would help the first
section flow more smoothly.
  • Loading branch information
randomPoison authored Feb 21, 2024
1 parent 7fb4ad9 commit e7076af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
- [Welcome](welcome-day-1.md)
- [Hello, World](hello-world.md)
- [What is Rust?](hello-world/what-is-rust.md)
- [Hello, World](hello-world/hello-world.md)
- [Benefits of Rust](hello-world/benefits.md)
- [Playground](hello-world/playground.md)
- [Types and Values](types-and-values.md)
- [Hello, World](types-and-values/hello-world.md)
- [Variables](types-and-values/variables.md)
- [Values](types-and-values/values.md)
- [Arithmetic](types-and-values/arithmetic.md)
Expand Down
File renamed without changes.

0 comments on commit e7076af

Please sign in to comment.