rename memory allocation 095 -> 096

This commit is contained in:
Sean Aubin 2023-03-08 13:42:21 -05:00
parent 1513d2cea4
commit 482224e616
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,4 @@
65c65
< var avg: []f64 = {};
---
> var avg: []f64 = try allocator.alloc(f64, arr.len);