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