mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 08:53:31 +02:00
5 lines
103 B
Diff
5 lines
103 B
Diff
42c42
|
|
< fn makeLlamas(count: usize) [count]u8 {
|
|
---
|
|
> fn makeLlamas(comptime count: usize) [count]u8 {
|