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(); }