/** * total lines in this file: 18 * of which code: 8 * of which only comments: 6 * of which blank: 4 */ mod my_struct; mod my_macro; mod comments; fn main() { println!("Hello, world!"); my_struct::my_func(); my_macro::my_func(); }