add ex074 comptime 9

This commit is contained in:
Dave Gauer 2021-04-30 20:25:59 -04:00
parent 1bedf45294
commit 14480323a6
2 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,4 @@
42c42
< fn makeLlamas(count: usize) [count]u8 {
---
> fn makeLlamas(comptime count: usize) [count]u8 {