Move tons of stuff into oldstuff/
This commit is contained in:
6
oldstuff/rustbook/branches/src/main.rs
Normal file
6
oldstuff/rustbook/branches/src/main.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
for number in (1..4).rev() {
|
||||
println!("{}!", number);
|
||||
}
|
||||
println!("LIFTOFF!!!");
|
||||
}
|
Reference in New Issue
Block a user