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.", }, }; diff --git a/exercises/the_end.zig b/exercises/999_the_end.zig similarity index 100% rename from exercises/the_end.zig rename to exercises/999_the_end.zig diff --git a/patches/patches/the_end.patch b/patches/patches/999_the_end.patch similarity index 100% rename from patches/patches/the_end.patch rename to patches/patches/999_the_end.patch