diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-12-07 22:53:34 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-12-07 22:53:34 +0100 |
| commit | 274a49aa53742365d84f10e9afa423da3b608973 (patch) | |
| tree | 03ef954becce4468ee52ef3653ee5c1c671bb608 | |
| parent | 9302d102828413a6424c2c71a6a645cc5d064201 (diff) | |
Added art description
| -rw-r--r-- | exercises/067_comptime2.zig | 1 | ||||
| -rw-r--r-- | patches/patches/067_comptime2.patch | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/exercises/067_comptime2.zig b/exercises/067_comptime2.zig index 6b9b14a..bdbc3da 100644 --- a/exercises/067_comptime2.zig +++ b/exercises/067_comptime2.zig @@ -8,6 +8,7 @@ // --o-- comptime * | .. . // * | * . . . . --*-- . * . // . . . . . . . . . | . . . +// (ASCII art depicting a starry sky with "comptime" as rising star) // // When placed before a variable declaration, 'comptime' // guarantees that every usage of that variable will be performed diff --git a/patches/patches/067_comptime2.patch b/patches/patches/067_comptime2.patch index adc6e64..8e10813 100644 --- a/patches/patches/067_comptime2.patch +++ b/patches/patches/067_comptime2.patch @@ -1,6 +1,6 @@ ---- exercises/067_comptime2.zig 2023-11-21 14:36:12.080295365 +0100 -+++ answers/067_comptime2.zig 2023-11-21 15:11:50.814098876 +0100 -@@ -35,7 +35,7 @@ +--- exercises/067_comptime2.zig 2025-12-07 22:51:24.396031248 +0100 ++++ answers/067_comptime2.zig 2025-12-07 22:50:18.721616293 +0100 +@@ -36,7 +36,7 @@ // In this contrived example, we've decided to allocate some // arrays using a variable count! But something's missing... // |
