macro_rules! repeat_yellow { ($e:expr, $size:expr) => { ... }; }
repeat_yellow - Prints out a repeat of characters in Yellow
Currently prints characters using the color yellow.
repeat_yellow!("=", 80);