Macro colour::e_green_ln

source ยท
macro_rules! e_green_ln {
    () => { ... };
    ($($args:tt)*) => { ... };
}