add: rust boilerplate

This commit is contained in:
Charles
2024-11-26 22:18:24 -08:00
parent bf4c9e0692
commit e1c1ed0995
5 changed files with 110 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}