diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-30 20:25:59 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-30 20:25:59 -0400 |
commit | 14480323a67c8c46b875761737df8fe652aa5464 (patch) | |
tree | 2e13f7483761531095f83777e3cbb5ff5684be86 /patches | |
parent | 1bedf452946a4efb74ab83060aa534fc37f11803 (diff) | |
download | ziglings-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.patch | 4 |
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 { |