aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-04-12 17:14:18 +0200
committerGitHub <[email protected]>2023-04-12 17:14:18 +0200
commit3121ebff304c729aa3bd66015d5667ad9142a487 (patch)
tree0debfa232200d0a8483d1facd64a520fb351fd6b
parent8eaf4729590d71317deba5daf086b0ea1a0547da (diff)
downloadziglings-3121ebff304c729aa3bd66015d5667ad9142a487.tar.xz
ziglings-3121ebff304c729aa3bd66015d5667ad9142a487.zip
Update 096_memory_allocation.zig
formatting
-rw-r--r--exercises/096_memory_allocation.zig1
1 files changed, 1 insertions, 0 deletions
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