1
2
3
4
5
pub fn hello(){
    println!("Hello, here is mod!");
}

pub mod bar;