mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-01-30 18:36:02 +00:00
9 lines
161 B
Diff
9 lines
161 B
Diff
|
35c35
|
||
|
< const my_llama = getLlama(5);
|
||
|
---
|
||
|
> const my_llama = getLlama(4);
|
||
|
40c40
|
||
|
< fn getLlama(i: usize) u32 {
|
||
|
---
|
||
|
> fn getLlama(comptime i: usize) u32 {
|