1
2
3
4
5
6
7
8
//! Mod1 is mod1
//!
//!
//!
/// Say hi
pub fn say_hi() {
    println!("Hi, I am mod1");
}