summaryrefslogtreecommitdiff
path: root/exercises/00_intro/intro1.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-02 16:26:28 +0200
committermo8it <mo8it@proton.me>2024-07-02 16:26:28 +0200
commitd3a0c269994eb2b11c0a3418e4db3a275a7ee5ad (patch)
treefdf83a923ee89f5fa689cc0fd93c955a5f586d2a /exercises/00_intro/intro1.rs
parent95f10c80689db6b156ced7fa43bd56309137cc7f (diff)
Improve the placement of TODO comments
Diffstat (limited to 'exercises/00_intro/intro1.rs')
-rw-r--r--exercises/00_intro/intro1.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs
index bdbf34b..22544cd 100644
--- a/exercises/00_intro/intro1.rs
+++ b/exercises/00_intro/intro1.rs
@@ -1,5 +1,5 @@
-// 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
+// TODO: 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, enter `n` in the terminal.
//
// The exercise file will be reloaded when you change one of the lines below!