functions

This commit is contained in:
2026-01-08 07:36:21 +00:00
parent 36cbf9d865
commit 505ab3b606
5 changed files with 6 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ fn call_me(num: u8) {
fn main() {
// TODO: Fix the function call.
call_me();
call_me(4);
}