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