Macro std::prelude::println

Re-export from std::io::println

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

Prints a formatted string to standard output with newline.

Example