macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Print to the debug console, with a newline.