aboutsummaryrefslogtreecommitdiff
path: root/exercises/067_comptime2.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch1-4/+4
This is checked from compiler version 0.12.0-dev.1664
2021-11-05zig fmtJonathan Halmen1-2/+2
2021-11-05fix whitespace line-endingsJonathan Halmen1-1/+1
2021-06-12fix typo in 067_comptime2.zigmax-lv1-2/+2
2021-04-16Another try at wording ex067Dave Gauer1-38/+33
2021-04-15add ex067 comptime TWODave Gauer1-0/+69