add ex074 comptime 9
This commit is contained in:
parent
1bedf45294
commit
14480323a6
2 changed files with 66 additions and 0 deletions
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 {
|
||||
Loading…
Add table
Add a link
Reference in a new issue