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

fn main() {
    call_me();
}