macro_rules! println { () => { ... }; ($fmt: literal $(, $($arg: tt)+)?) => { ... }; }
Prints to the console, with a newline.