Move tons of stuff into oldstuff/
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
fn main() {
|
||||
let x = 5;
|
||||
|
||||
let x = x + 1;
|
||||
|
||||
let x = x * 2;
|
||||
|
||||
println!("The value of x is: {}", x);
|
||||
}
|
Reference in New Issue
Block a user