nit: bruh

This commit is contained in:
2026-03-12 20:54:14 -04:00
commit 2279bea6f1
219 changed files with 4928 additions and 0 deletions

6
solutions/README.md Normal file
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 solutions are often only _one possibility_ to solve an exercise.