aboutsummaryrefslogtreecommitdiff
path: root/exercises/070_comptime5.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch1-3/+3
This is checked from compiler version 0.12.0-dev.1664
2023-03-31changed self parameter in connect to pointerChris Boesch1-2/+2
2023-03-30changed self paramter in waddle to pointerChris Boesch1-4/+4
2021-11-05fix whitespace line-endingsJonathan Halmen1-1/+1
2021-06-30no unused method paramsDave Gauer1-0/+4
2021-04-22Adding traditional program debugging capability to RubberDuckDave Gauer1-0/+6
2021-04-21add ex070 comptime 5Dave Gauer1-0/+135