Adding init rust code

This commit is contained in:
2026-06-20 23:23:20 -04:00
parent d03c63bd5d
commit 155c9f4b61
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}