Execute the following command to run ./solutions/examples/var.rs
cargo run --example varExercises are in ./exercises/src/main.rs
Make count into a mutable variable
cargo runExecute the following command to run ./solutions/examples/var.rs
cargo run --example varExercises are in ./exercises/src/main.rs
Make count into a mutable variable
cargo run