2024-07-08 12:39:18 +08:00

7 lines
159 B
Rust

// TODO: Add some function with the name `call_me` without arguments or a return value.
fn main() {
call_me(); // Don't change this line
}
fn call_me(){}