Baby steps about rust, and the concepts of this language.
# install dependencies
cargo install
# run the examples
cargo run
# compile and run the file compiled
rustc main.rs && ./main
Baby steps about rust, and the concepts of this language.
# install dependencies
cargo install
# run the examples
cargo run
# compile and run the file compiled
rustc main.rs && ./main