summaryrefslogtreecommitdiff
path: root/solutions
diff options
context:
space:
mode:
Diffstat (limited to 'solutions')
-rw-r--r--solutions/00_intro/intro1.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/solutions/00_intro/intro1.rs b/solutions/00_intro/intro1.rs
index 07d4e4f..4fe8454 100644
--- a/solutions/00_intro/intro1.rs
+++ b/solutions/00_intro/intro1.rs
@@ -1,2 +1,5 @@
-// The exercise `intro1` only requires entering `n` in the terminal to go to the next exercise.
-// It is just an introduction to how Rustlings works.
+fn main() {
+ // Congratulations, you finished the first exercise 🎉
+ // As an introduction to Rustlings, the first exercise only required
+ // entering `n` in the terminal to go to the next exercise.
+}