Crate twelve_days

Crate twelve_days 

Source
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