Added initial rust code

This commit is contained in:
KD
2025-03-28 19:03:51 -04:00
parent 01d315e25e
commit fbcbd41809
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}