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

https://github.com/zing-dev/hello-rust

hello-rust for learning how to use rust language
https://github.com/zing-dev/hello-rust

learn-to-code learning rust

Last synced: 4 months ago
JSON representation

hello-rust for learning how to use rust language

Awesome Lists containing this project

README

          

# hello-rust

> learn rust

```rust

fn main(){
println!("Hello World!");
}

```