aboutsummaryrefslogtreecommitdiff
path: root/exercises/066_comptime.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-01-29description specifiedChris Boesch1-0/+1
2021-11-05zig fmtJonathan Halmen1-3/+3
2021-11-05fix whitespace line-endingsJonathan Halmen1-1/+1
2021-05-28066_comptime: Typo fixZapAnton1-1/+1
Small typo fix `arbitary` -> `arbitrary`
2021-04-24Fix typo in 066 (issue #46)Dave Gauer1-3/+2
2021-04-14Added type reflection to 066Dave Gauer1-2/+12
2021-04-13Add ex066, the first comptime explanationDave Gauer1-0/+74