Rust: Scaffold Cargo project
This commit is contained in:
parent
9e402df786
commit
bed93fd58c
4 changed files with 25 additions and 0 deletions
3
rust/src/main.rs
Normal file
3
rust/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, Rust!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue