// functions1.rs
// Make me compile! Execute `rustlings hint function1` for hints :)

fn main() {
    call_me();
}