Ei kuvausta

Emilio González Montaña d12f419c07 Add cargo example project, update README & gitignore 4 vuotta sitten
src d12f419c07 Add cargo example project, update README & gitignore 4 vuotta sitten
.gitignore d12f419c07 Add cargo example project, update README & gitignore 4 vuotta sitten
Cargo.toml d12f419c07 Add cargo example project, update README & gitignore 4 vuotta sitten
LICENSE a65c3a4b16 Initial commit 4 vuotta sitten
README.md d12f419c07 Add cargo example project, update README & gitignore 4 vuotta sitten

README.md

02 - Cargo hello world

Create cargo project

cargo new cargo-hello-world --bin

Build & run

cargo run