macro_rules! println { () => { ... }; ($fmt:expr) => { ... }; ($fmt:expr, $($args:tt)+) => { ... }; }