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
- Host: GitHub
- URL: https://github.com/zing-dev/hello-rust
- Owner: zing-dev
- License: other
- Created: 2019-11-21T15:09:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T03:30:05.000Z (over 3 years ago)
- Last Synced: 2025-03-28T04:42:00.480Z (9 months ago)
- Topics: learn-to-code, learning, rust
- Language: Rust
- Homepage:
- Size: 642 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-rust
> learn rust
```rust
fn main(){
println!("Hello World!");
}
```