diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 14:59:26 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 14:59:26 +0200 |
| commit | a46db7e0e84718d1898d26b3d798c767792c0779 (patch) | |
| tree | 9233974b52c566b83c865239fd7c73954315e2b1 /exercises/019_functions2.zig | |
| parent | f5d2c5124c2728d14d4c349c9287edb00f9eb633 (diff) | |
| parent | 564ea3405d2dce481001c52b64784b5fce4bd37a (diff) | |
Merge branch 'main' into test-expect
Diffstat (limited to 'exercises/019_functions2.zig')
| -rw-r--r-- | exercises/019_functions2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/019_functions2.zig b/exercises/019_functions2.zig index a527ae2..5a76c7b 100644 --- a/exercises/019_functions2.zig +++ b/exercises/019_functions2.zig @@ -3,7 +3,7 @@ // example that takes two parameters. As you can see, parameters // are declared just like any other types ("name": "type"): // -// fn myFunction(number: u8, is_lucky: bool) { +// fn myFunction(number: u8, is_lucky: bool) void { // ... // } // |
