1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-04 17:54:19 +02:00

Move playground slide to overview section

This commit is contained in:
Nicole LeGare 2024-05-22 16:11:33 -07:00
parent 3d999663ac
commit 38153f073e
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- [Rust Ecosystem](cargo/rust-ecosystem.md)
- [Code Samples](cargo/code-samples.md)
- [Running Cargo Locally](cargo/running-locally.md)
- [Playground](playground.md)
---
@ -19,7 +20,6 @@
- [Hello, World](hello-world.md)
- [What is Rust?](hello-world/what-is-rust.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)