mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 17:53:30 +02:00
add ex074 comptime 9
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
42c42
|
||||
< fn makeLlamas(count: usize) [count]u8 {
|
||||
---
|
||||
> fn makeLlamas(comptime count: usize) [count]u8 {
|
||||
Reference in New Issue
Block a user