modules_demo 0.1.0

Demo created
Documentation
1
2
3
4
5
6
pub mod b;
pub mod c;

fn a1() {
    println!("In a1 fn..of mod a..");
}