aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/066_comptime.zig
AgeCommit message (Collapse)Author
2023-01-29description specifiedChris Boesch
2021-11-05zig fmtJonathan Halmen
2021-11-05fix whitespace line-endingsJonathan Halmen
2021-05-28066_comptime: Typo fixZapAnton
Small typo fix `arbitary` -> `arbitrary`
2021-04-24Fix typo in 066 (issue #46)Dave Gauer
2021-04-14Added type reflection to 066Dave Gauer
2021-04-13Add ex066, the first comptime explanationDave Gauer