mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
2cdd61294f
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
7 lines
51 B
Rust
7 lines
51 B
Rust
// fake_exercise
|
|
|
|
// I AM NOT DONE
|
|
|
|
fn main() {
|
|
|
|
}
|