This is a funcition that prints a full colored sentence without a new line charactor # Examples ```rust use colorized::*; fn main() { colorize_print("Wow this is great", Colors::BrightCyanFg); } ```