cargo new hello-world-cargo --bin
rustc src/main.rs
./main
cargo run
WIP: https://www.youtube.com/watch?v=9MYXWSlMf40&list=PLVvjrrRCBy2JSHf9tGxGKJ-bYAN_uDCUL&index=40
cargo new hello-world-cargo --bin
rustc src/main.rs
./main
cargo run
WIP: https://www.youtube.com/watch?v=9MYXWSlMf40&list=PLVvjrrRCBy2JSHf9tGxGKJ-bYAN_uDCUL&index=40