macro_rules! print { ($($arg:tt)*) => { ... }; }
The main printing macro, which simply writes to the current task’s stdout stream.