Macro std::io::println

macro println($fmt_str, $arg/* ... */) { ... }

Prints a formatted string to standard output with newline.

Example