macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Prints to the selected output, with a newline.