Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe7157f

Browse files
committed
Create README.md
1 parent 12be375 commit fe7157f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# rustlings
2+
3+
Small exercises to get you used to reading and writing Rust code. Includes practice reading and responding to
4+
compiler messages!
5+
6+
This repo is very much the smallest thing that could possibly work :)
7+
8+
## To do these exercises
9+
10+
* Go to a raw .rs file
11+
* Copy-paste into [the Rust Playground](https://play.rust-lang.org)
12+
* Follow the instructions in the comments
13+
14+
## To help with this repo/TODO list
15+
16+
* File issues for problems or suggestions!
17+
* Contribute more exercises! Anything that took you time to get used to, or that you had trouble with, or that deserves practice would be a good exercise!
18+
* Organize the exercises (by topic? progression of difficulty?)
19+
* Add some exercises that are "make the test pass" instead of "make this compile"
20+
* Write some hints or sample answers
21+
* Figure out a nice way to link the code directly into playpen

0 commit comments

Comments
 (0)