summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-12-07 22:53:34 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-12-07 22:53:34 +0100
commit274a49aa53742365d84f10e9afa423da3b608973 (patch)
tree03ef954becce4468ee52ef3653ee5c1c671bb608 /exercises
parent9302d102828413a6424c2c71a6a645cc5d064201 (diff)
Added art description
Diffstat (limited to 'exercises')
-rw-r--r--exercises/067_comptime2.zig1
1 files changed, 1 insertions, 0 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