diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 13:48:18 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 13:48:18 +0200 |
| commit | 470f69596857b3608d751045bf093e6d097ddd4c (patch) | |
| tree | 54a9abfbfe0bfb7b46584bb0ebf530c8e3ad4609 /exercises/019_functions2.zig | |
| parent | 02db8326778072c638b84293b30b55999f5ba585 (diff) | |
| parent | 5b3b0eb26bca1a62d8a1734ad603916f33127bb3 (diff) | |
Merge branch 'main' into pass-reference-trace
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 { // ... // } // |
