summaryrefslogtreecommitdiff
path: root/exercises/variables/variables1.rs
diff options
context:
space:
mode:
authorapogeeoak <59737221+apogeeoak@users.noreply.github.com>2021-04-24 13:15:34 -0400
committerapogeeoak <59737221+apogeeoak@users.noreply.github.com>2021-04-24 13:15:34 -0400
commit21c9f44168394e08338fd470b5f49b1fd235986f (patch)
tree922b1c5a1cb7a8842d50398f8a26d38c31d12e86 /exercises/variables/variables1.rs
parent6b6dc9dd48ed0f97be02263ee45267af361fd029 (diff)
feat(intro): Add intro section.
Diffstat (limited to 'exercises/variables/variables1.rs')
-rw-r--r--exercises/variables/variables1.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/exercises/variables/variables1.rs b/exercises/variables/variables1.rs
index 4a3af73..d1af831 100644
--- a/exercises/variables/variables1.rs
+++ b/exercises/variables/variables1.rs
@@ -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