You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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