Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andhikayuana/practice-rust

latihan rust language
https://github.com/andhikayuana/practice-rust

Last synced: about 5 hours ago
JSON representation

latihan rust language

Awesome Lists containing this project

README

        

# Practice Rust

## Requirements

- [Rust Toolchain](https://github.com/rust-lang/rustup.rs/blob/master/README.md)

## Run Program

Example to run the program :

```bash
$ cd 1-hello-world
$ rustc hello.rs
$ ./hello
```