Browse Source

Update 096_memory_allocation.zig

formatting
Chris Boesch 2 years ago
parent
commit
3121ebff30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      exercises/096_memory_allocation.zig

+ 1 - 0
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