mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 05:09:19 +00:00
Closures as a separate exercises appeared to be missing, so I added some. Have placed them in the watch order after functions, which seemed reasonable.
5 lines
48 B
Rust
5 lines
48 B
Rust
mod hashmap1;
|
|
mod hashmap2;
|
|
mod vec1;
|
|
mod vec2;
|