An open API service indexing awesome lists of open source software.

https://github.com/mouse484/rust-helloworld


https://github.com/mouse484/rust-helloworld

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rust-HelloWorld

## rust
```
rustc main.rs
./main
```

## cargo
```
cargo new hello_cargo --bin
cd hello_cargo
cargo build or cargo run
```

// https://doc.rust-jp.rs/book/second-edition/foreword.html