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
Copy file name to clipboardExpand all lines: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,20 @@ This repo is very much the smallest thing that could possibly work :)
7
7
8
8
## To do these exercises
9
9
10
-
Thanks to [btbytes'](https://twitter.com/btbytes)[prlinks](https://github.com/btbytes/prlink), you can now click on the links below to load the exercises in the rust playpen!!
10
+
Thanks to [btbytes'](https://twitter.com/btbytes)[prlinks](https://github.com/btbytes/prlink), you can now click on the links below to load the exercises in the rust playpen!
11
+
12
+
There are infinite correct answers-- the exercises are sometimes left very open-ended. Scroll down in the playpen to find comments that have hints.
13
+
14
+
If you need more help or would like to compare solutions, you can ask in [#rust on irc.mozilla.org](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust), the [user forum](https://users.rust-lang.org/), or [the subreddit](https://reddit.com/r/rust). If an exercise could be improved in any way, please [create an issue](https://github.com/carols10cents/rustlings/issues/new) or submit a pull request!
15
+
16
+
### Variable bindings
17
+
18
+
[Relevant chapter in The Rust Programming Language](https://doc.rust-lang.org/stable/book/variable-bindings.html)
0 commit comments