macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Calls print!() with an extra newline (‘\n’) appended to the end.
print!()