macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Corresponds to std’s println!-macro
println!