mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +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.
6 lines
75 B
Rust
6 lines
75 B
Rust
mod closures1;
|
|
mod closures2;
|
|
mod closures3;
|
|
mod closures4;
|
|
mod closures5;
|