mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 01:33:30 +02:00
add 095_memory_allocation.patch
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
65c65
|
||||||
|
< var avg: []f64 = {};
|
||||||
|
---
|
||||||
|
> var avg: []f64 = try allocator.alloc(f64, arr.len);
|
||||||
Reference in New Issue
Block a user