Update 096_memory_allocation.zig

formatting
This commit is contained in:
Chris Boesch 2023-04-12 17:14:18 +02:00 committed by GitHub
parent 8eaf472959
commit 3121ebff30

View file

@ -1,3 +1,4 @@
//
// In most of the examples so far, the inputs are known at compile // In most of the examples so far, the inputs are known at compile
// time, thus the amount of memory used by the program is fixed. // time, thus the amount of memory used by the program is fixed.
// However, if responding to input whose size is not known at compile // However, if responding to input whose size is not known at compile