Rust: Scaffold Cargo project

This commit is contained in:
Juno Takano 2026-03-24 12:01:19 -03:00
commit bed93fd58c
4 changed files with 25 additions and 0 deletions

3
rust/src/main.rs Normal file
View file

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