mirror of
https://github.com/notohh/rustlings.git
synced 2025-10-08 19:48:39 -04:00
feat(intro): Add intro section.
This commit is contained in:
parent
6b6dc9dd48
commit
21c9f44168
5 changed files with 54 additions and 6 deletions
exercises/variables
|
@ -1,10 +1,6 @@
|
|||
// variables1.rs
|
||||
// Make me compile! Execute the command `rustlings hint variables1` if you want a hint :)
|
||||
|
||||
// About this `I AM NOT DONE` thing:
|
||||
// We sometimes encourage you to keep trying things on a given exercise,
|
||||
// even after you already figured it out. If you got everything working and
|
||||
// feel ready for the next exercise, remove the `I AM NOT DONE` comment below.
|
||||
// Make me compile!
|
||||
// Execute the command `rustlings hint variables1` if you want a hint :)
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue