Rustlings is a set of really cool interactive, progressive tutorials for the Rust language, written and maintained by the Rust community. WWW: https://rustlings.rust-lang.org
23 lines
529 B
Plaintext
23 lines
529 B
Plaintext
[
|
|
{
|
|
type: install,
|
|
message: <<EOM
|
|
===========================================================
|
|
|
|
Before running `rustlings` for the first time, you need to initialize the
|
|
directory structure and prepare the exercises. To do that, run:
|
|
|
|
$ cd /a/good/plate/for/exercises
|
|
$ rustlings init
|
|
|
|
$ cd rustlings
|
|
$ rustlings
|
|
|
|
For more information, visit the Rustlings website:
|
|
https://rustlings.rust-lang.org/
|
|
|
|
===========================================================
|
|
EOM
|
|
}
|
|
]
|