testing_rust_by_hossein 0.1.0

A nonsense package for testing only
Documentation
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();
}