macro_rules! dtt_print { ($($arg:tt)*) => { ... }; }
Prints the arguments to the console.
use dtt::dtt_print; dtt_print!("Hello, World!");