aboutsummaryrefslogtreecommitdiff
path: root/exercises/101_for5.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17Add link to DoD talk in 101_for5.zigKai Norman Clasen1-2/+6
2023-08-17changed struct name 'class' into 'role'Chris Boesch1-6/+6
2023-05-05Ex 101: Magic bags better than buckets for metaphorsDave Gauer1-15/+17
2023-05-02Added Ex 101 "for loops part 5" (Closes #271)Dave Gauer1-0/+120
Also gave a shot at explaining data-oriented design, a Zig "hot topic" ever since the red Hawaiian shirt talk(s).