macro_rules! println { () => { ... }; ($fmt : expr) => { ... }; ($fmt : expr, $($arg : tt) *) => { ... }; }
Alternative to println! which works on CUDA. See print for more info.
println!
print