aboutsummaryrefslogtreecommitdiff
path: root/exercises/096_memory_allocation.zig
AgeCommit message (Collapse)AuthorFilesLines
2024-05-06Fix some typosChris Boesch1-3/+3
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch1-2/+2
This is checked from compiler version 0.12.0-dev.1664
2023-07-03fix typoKim SHrier1-1/+1
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch1-1/+2
2023-06-22Fix broken builtin name in exercise 96lording1-1/+1
2023-05-07Fix reference to slice_ptr in example codeKim SHrier1-1/+1
2023-04-12Update 096_memory_allocation.zigChris Boesch1-0/+1
formatting
2023-03-09added line feedChris Boesch1-0/+1
2023-03-08change empty init to '???' placeholderSean Aubin1-2/+2
2023-03-08rename memory allocation 095 -> 096Sean Aubin1-0/+75