macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Print to stdout and add a return carriage.