adding in preliminary rust project

This commit is contained in:
talksik
2023-05-28 18:12:32 -07:00
commit 26c315294a
4 changed files with 22 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
fn main() {
println!("Hello, world!");
let x = 5;
println!("The value of x is: {}", x);
}