fn main() {
    println!("Hello, world!");

    another_function();
}