ziglings/patches/patches/096_memory_allocation.patch
2023-03-08 19:22:17 -05:00

4 lines
96 B
Diff

65c65
< var avg: []f64 = ???;
---
> var avg: []f64 = try allocator.alloc(f64, arr.len);