Sen descrición

Emilio González Montaña d12f419c07 Add cargo example project, update README & gitignore %!s(int64=4) %!d(string=hai) anos
src d12f419c07 Add cargo example project, update README & gitignore %!s(int64=4) %!d(string=hai) anos
.gitignore d12f419c07 Add cargo example project, update README & gitignore %!s(int64=4) %!d(string=hai) anos
Cargo.toml d12f419c07 Add cargo example project, update README & gitignore %!s(int64=4) %!d(string=hai) anos
LICENSE a65c3a4b16 Initial commit %!s(int64=4) %!d(string=hai) anos
README.md d12f419c07 Add cargo example project, update README & gitignore %!s(int64=4) %!d(string=hai) anos

README.md

02 - Cargo hello world

Create cargo project

cargo new cargo-hello-world --bin

Build & run

cargo run