templates: add rust-cargo

This commit is contained in:
Bruno BELANYI 2023-05-10 13:04:06 +00:00
parent 95c688766f
commit a4ede5f6f4
9 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}