adding in preliminary rust project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
|
||||
let x = 5;
|
||||
println!("The value of x is: {}", x);
|
||||
}
|
||||
Reference in New Issue
Block a user