summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-30 20:25:59 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-30 20:25:59 -0400
commit060e2b9789fe1dab38aacdd47e9423d0d1a3bb2c (patch)
tree2e13f7483761531095f83777e3cbb5ff5684be86 /patches
parentf3cf67cd65816a81bea5c44f59761a8a3945b7eb (diff)
add ex074 comptime 9
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/074_comptime9.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/074_comptime9.patch b/patches/patches/074_comptime9.patch
new file mode 100644
index 0000000..4f979fe
--- /dev/null
+++ b/patches/patches/074_comptime9.patch
@@ -0,0 +1,4 @@
+42c42
+< fn makeLlamas(count: usize) [count]u8 {
+---
+> fn makeLlamas(comptime count: usize) [count]u8 {