diff options
| author | mo8it <mo8it@proton.me> | 2024-08-08 00:20:20 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-08 00:41:12 +0200 |
| commit | 693bb708b2af786b942e172d3aed104c0abd252e (patch) | |
| tree | d9a488fd029c41b2a6176a3cc89eaef741750ec5 /solutions/README.md | |
| parent | 97719fe8da82a91a1919e55e1950d0997acca574 (diff) | |
Add README to the solutions dir
Diffstat (limited to 'solutions/README.md')
| -rw-r--r-- | solutions/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solutions/README.md b/solutions/README.md new file mode 100644 index 0000000..6a217fa --- /dev/null +++ b/solutions/README.md @@ -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. |
