summaryrefslogtreecommitdiff
path: root/solutions/README.md
blob: 6a217fa4d9d90f592da3695f3d6378978f98267e (plain)
1
2
3
4
5
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.