mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-30 00:00:03 +03:00
4 lines
77 B
Rust
4 lines
77 B
Rust
|
#[cfg(feature = "exercises")]
|
||
|
#[path = "../exercises/mod.rs"]
|
||
|
mod exercises;
|