summaryrefslogtreecommitdiff
path: root/exercises/074_comptime9.zig
AgeCommit message (Collapse)Author
2026-04-12Replace exercise 074_comptime9Tom
The exercise no longer needed any modifications to pass due to advancements in Zig. This new exercise attempts to teach about @compileError, @compileLog, and some comptime debugging. It tries to help prepare users for the "super bonus challenge" in 075_quiz8.
2023-09-20Global scope is container-level scoperofrol
https://ziglang.org/documentation/master/#Compile-Time-Expressions
2021-05-02Fix typo in 074 comptime 9Andrej Petrović
2021-04-30add ex074 comptime 9Dave Gauer