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