println!("Start") // Start
printlnt!("Start"); // [231209_14:00:00] Start
How could I make a macro like the above?
println!("Start") // Start
printlnt!("Start"); // [231209_14:00:00] Start
How could I make a macro like the above?
Copyright © 2021 Jogjafile Inc.
You can define a macro as below