add ex074 comptime 9

This commit is contained in:
Dave Gauer
2021-04-30 20:25:59 -04:00
parent f3cf67cd65
commit 060e2b9789
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 {