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

https://github.com/firmanjs/learning-basic-rust

Hasil belajar dasar rust language
https://github.com/firmanjs/learning-basic-rust

cargo rust rust-language

Last synced: 6 months ago
JSON representation

Hasil belajar dasar rust language

Awesome Lists containing this project

README

          

## Example Rust

* Build

```sh
rustc main.rs
```

* Run

```sh
./main
```