Skip to content
Snippets Groups Projects
Commit 15e6db57 authored by Arnaud Blouin's avatar Arnaud Blouin
Browse files

Update practicalSession-4.md

parent 156d43d8
No related branches found
No related tags found
No related merge requests found
Pipeline #26453 canceled
......@@ -27,6 +27,9 @@ Then, install the tutorials:
`curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash`
## Running Rustlings, the Rust tutorials
`cd rustlings`
......@@ -36,3 +39,11 @@ Finally run to launch the exercices:
Follow the given instructions while editing `rs` files with a text editor.
Focus on code quality:
- `variables4.rs`, what is the difference between mutability and immutability? Which relation with code safety?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment