mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
2cdd61294f
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
8 lines
51 B
Rust
8 lines
51 B
Rust
// fake_exercise
|
|
|
|
// I AM NOT DONE
|
|
|
|
fn main() {
|
|
|
|
}
|