mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-27 01:46:29 +00:00
8 lines
161 B
Diff
8 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 {
|