mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-06 02:57:13 -06:00
finished ch4
This commit is contained in:
@ -104,6 +104,5 @@ fn looping_through_a_list_with_rev () {
|
||||
for number in (1..4).rev() {
|
||||
println!("{}!", number);
|
||||
}
|
||||
|
||||
println!("Lift-Off!!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user