Expand description
twelve_days
Helpful functions for the twelve days of Christmas song coding challenge from the Rust book
Functionsยง
- make_
string - Convert any number from 1-12 to its String equivalent using if/else
- match_
num - Convert any number from 1 -12 to its String equivalent using match