rustlings/solutions/README.md

7 lines
316 B
Markdown
Raw Normal View History

2024-08-08 01:20:20 +03:00
# 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.
2024-08-09 13:47:32 +03:00
Note that these solutions are often only _one possibility_ to solve an exercise.