summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-07 10:08:07 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-07 10:08:07 -0500
commit784b66ffcf8b26ec0b9699ab06ee46c14cbf886e (patch)
tree18d6d4b501e70770f490fcd93a99bd63583b7f5b /build.zig
parent4a421cca28b8bd831dae3d6a22644c4c6932138c (diff)
"Multi pointers" are now "many pointers"
TypeInfo.Pointer.Size says "many", so there we are!
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 789024b..75fa9a9 100644
--- a/build.zig
+++ b/build.zig
@@ -277,7 +277,7 @@ const exercises = [_]Exercise{
.output = "'all your base are belong to us.' 'for great justice.'",
},
.{
- .main_file = "54_multipointers.zig",
+ .main_file = "54_manypointers.zig",
.output = "Memory is a resource.",
},
};