1 2 3 4 5 6
use atomic_dbg::dbg; fn main() { // This is written as a single system call! dbg!(2, 3, 4); }