https://github.com/mouse484/rust-helloworld
https://github.com/mouse484/rust-helloworld
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mouse484/rust-helloworld
- Owner: mouse484
- License: mit
- Created: 2020-07-23T05:17:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T05:25:06.000Z (almost 6 years ago)
- Last Synced: 2025-10-28T11:34:37.140Z (7 months ago)
- Language: Makefile
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust-HelloWorld
## rust
```
rustc main.rs
./main
```
## cargo
```
cargo new hello_cargo --bin
cd hello_cargo
cargo build or cargo run
```
// https://doc.rust-jp.rs/book/second-edition/foreword.html