mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-12-27 16:05:37 +00:00
Added art description
This commit is contained in:
parent
9302d10282
commit
274a49aa53
|
|
@ -8,6 +8,7 @@
|
||||||
// --o-- comptime * | .. .
|
// --o-- comptime * | .. .
|
||||||
// * | * . . . . --*-- . * .
|
// * | * . . . . --*-- . * .
|
||||||
// . . . . . . . . . | . . .
|
// . . . . . . . . . | . . .
|
||||||
|
// (ASCII art depicting a starry sky with "comptime" as rising star)
|
||||||
//
|
//
|
||||||
// When placed before a variable declaration, 'comptime'
|
// When placed before a variable declaration, 'comptime'
|
||||||
// guarantees that every usage of that variable will be performed
|
// guarantees that every usage of that variable will be performed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
--- exercises/067_comptime2.zig 2023-11-21 14:36:12.080295365 +0100
|
--- exercises/067_comptime2.zig 2025-12-07 22:51:24.396031248 +0100
|
||||||
+++ answers/067_comptime2.zig 2023-11-21 15:11:50.814098876 +0100
|
+++ answers/067_comptime2.zig 2025-12-07 22:50:18.721616293 +0100
|
||||||
@@ -35,7 +35,7 @@
|
@@ -36,7 +36,7 @@
|
||||||
// In this contrived example, we've decided to allocate some
|
// In this contrived example, we've decided to allocate some
|
||||||
// arrays using a variable count! But something's missing...
|
// arrays using a variable count! But something's missing...
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user