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