1
2
3
pub fn hi() {
    println!("hello_word");
}