From 14480323a67c8c46b875761737df8fe652aa5464 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Fri, 30 Apr 2021 20:25:59 -0400 Subject: add ex074 comptime 9 --- patches/patches/074_comptime9.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/074_comptime9.patch (limited to 'patches') 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 { -- cgit v1.2.3-ZIG