1 2 3 4 5 6 7 8
fn test_log() { cc_logger::log("Hello, world!"); } fn main() { // do_some_work(); test_log(); }