// functions1.rs // Make me compile! Execute `` for hints :) fn call_me(){} fn main() { call_me(); }