templates: rust: init

This commit is contained in:
Bloxx12 2025-06-05 08:27:20 +02:00
commit 4834edd2d4
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
7 changed files with 60 additions and 0 deletions

View file

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