macro_rules! print { ($($arg:tt)*) => { ... }; }
Macro for printing to the kernel screen.
print!("Hello World!");