finished ch4

This commit is contained in:
2025-01-02 14:12:46 -07:00
parent e6e5ab1a0f
commit 2e3f133c61
8 changed files with 395 additions and 4 deletions

View File

@ -104,6 +104,5 @@ fn looping_through_a_list_with_rev () {
for number in (1..4).rev() {
println!("{}!", number);
}
println!("Lift-Off!!");
}