1 2 3 4 5 6
use testing_rust_by_hossein::help_each_other; fn main() { println!("This is cli binary crate."); help_each_other(); }