This project is based on the famous song "The Twelve Days of Christmas."
In this program, the gifts are printed in reverse order for each day of Christmas.
- The project defines an array of gifts and an array of days of Christmas.
- For each day, it prints a message for that day and then prints the gifts in reverse order (from the current day's gift down to the first gift).
- This project is written in Rust and is part of a series of exercises to learn the language.
Make sure you have Rust installed on your system. Then, in the project directory, run:
cargo run