Macro colour::writeln_dark_green

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