Closed dfockler closed 6 years ago
This let's people use the cargo run --example main command to run the main.rs file.
cargo run --example main
main.rs
Looks good; thanks!
This let's people use the
cargo run --example main
command to run themain.rs
file.