summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
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 b3f254a..3943d01 100644
--- a/build.zig
+++ b/build.zig
@@ -461,7 +461,7 @@ const exercises = [_]Exercise{
// .@"async" = true,
// },
.{
- .main_file = "the_end.zig",
+ .main_file = "999_the_end.zig",
.output = "This is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.",
},
};