Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andhikayuana/practice-rust
- Owner: andhikayuana
- Created: 2019-05-20T09:31:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T09:35:10.000Z (over 5 years ago)
- Last Synced: 2024-11-17T08:49:11.196Z (2 months ago)
- Language: Rust
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```