summaryrefslogtreecommitdiff
path: root/exercises/02_functions/functions1.rs
blob: 2365f91b2834218940ca7af2414b645dc1ae7d92 (plain)
1
2
3
4
5
6
7
8
// functions1.rs
//
// Execute `rustlings hint functions1` or use the `hint` watch subcommand for a
// hint.

fn main() {
    call_me();
}