summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-01-22 13:12:53 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-01-22 13:12:53 +0100
commit9d9dc1dacfa43c8c029a1829ee14e34c70ca6d12 (patch)
treef1569ad909718a3dc6d16a102917c2bb80eca940 /build.zig
parent419b388f8dbd50876fd07ecc003b3fb790a4e028 (diff)
changed 'the_end' to '999_the_end'
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.",
},
};