mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 16:03:31 +02:00
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() {
|
|
|
|
}
|