mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-14 05:40:47 -05: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 {
|