1
2
3
pub fn test() {
    println!("Hello, world!");
}