mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 01:20:00 +00:00
add ex074 comptime 9
This commit is contained in:
4
patches/patches/074_comptime9.patch
Normal file
4
patches/patches/074_comptime9.patch
Normal file
@@ -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