aboutsummaryrefslogtreecommitdiff
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
commit14480323a67c8c46b875761737df8fe652aa5464 (patch)
tree2e13f7483761531095f83777e3cbb5ff5684be86 /patches
parent1bedf452946a4efb74ab83060aa534fc37f11803 (diff)
downloadziglings-14480323a67c8c46b875761737df8fe652aa5464.tar.gz
ziglings-14480323a67c8c46b875761737df8fe652aa5464.tar.bz2
ziglings-14480323a67c8c46b875761737df8fe652aa5464.tar.xz
ziglings-14480323a67c8c46b875761737df8fe652aa5464.zip
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 {