macro_rules! paint { ($color:expr, $($arg:tt)*) => { ... }; }
print! with colors
Drop-in replacement for the print!-macro from std.