Add README to the solutions dir

This commit is contained in:
mo8it
2024-08-08 00:41:12 +02:00
parent 97719fe8da
commit 693bb708b2
3 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Official Rustlings solutions
Before you finish an exercise, its solution file will only contain an empty `main` function.
The content of this file will be automatically replaced by the actual solution once you finish the exercise.
Note that these solution are often only _one possibility_ to solve an exercise.