From d608f481e6daf6600ddacb9509a574c02bc6eaf9 Mon Sep 17 00:00:00 2001 From: Chris Boesch <48591413+chrboesch@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:14:18 +0200 Subject: [PATCH] Update 096_memory_allocation.zig formatting --- exercises/096_memory_allocation.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/096_memory_allocation.zig b/exercises/096_memory_allocation.zig index d490fdb..4a89702 100644 --- a/exercises/096_memory_allocation.zig +++ b/exercises/096_memory_allocation.zig @@ -1,3 +1,4 @@ +// // 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. // However, if responding to input whose size is not known at compile