Macro colour::writeln_green

source ยท
macro_rules! writeln_green {
    ($dst:expr, $($args:tt)*) => { ... };
}