1
2
3
4

pub fn test() {
    println!( "Rust is good" );
}