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