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