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