You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Carol (Nichols || Goulding) 253ff9d75c Create ex5.rs 9 years ago
LICENSE Initial commit 9 years ago
README.md Create README.md 9 years ago
ex1.rs Create ex1.rs 9 years ago
ex2.rs Create ex2.rs 9 years ago
ex3.rs Create ex3.rs 9 years ago
ex4.rs Create ex4.rs 9 years ago
ex5.rs Create ex5.rs 9 years ago

README.md

rustlings

Small exercises to get you used to reading and writing Rust code. Includes practice reading and responding to compiler messages!

This repo is very much the smallest thing that could possibly work :)

To do these exercises

  • Go to a raw .rs file
  • Copy-paste into the Rust Playground
  • Follow the instructions in the comments

To help with this repo/TODO list

  • File issues for problems or suggestions!
  • 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!
  • Organize the exercises (by topic? progression of difficulty?)
  • Add some exercises that are "make the test pass" instead of "make this compile"
  • Write some hints or sample answers
  • Figure out a nice way to link the code directly into playpen