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