summaryrefslogtreecommitdiff
path: root/exercises/functions/functions1.rs
blob: 49d48e93b8b34bac73aefef35b2aa7a9d315f41e (plain)
1
2
3
4
5
6
7
8
// functions1.rs
// Make me compile! Execute `rustlings hint function1` for hints :)

// I AM NOT DONE

fn main() {
    call_me();
}