macro_rules! debug { ($($arg:tt)*) => { ... }; }
Equivalent to std::println but omitted during non-testing builds
std::println