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

// I AM NOT DONE

fn main() {
    call_me();
}