Browse Source

changed 'the_end' to '999_the_end'

Chris Boesch 2 years ago
parent
commit
9d9dc1dacf
3 changed files with 1 additions and 1 deletions
  1. 1 1
      build.zig
  2. 0 0
      exercises/999_the_end.zig
  3. 0 0
      patches/patches/999_the_end.patch

+ 1 - 1
build.zig

@@ -461,7 +461,7 @@ const exercises = [_]Exercise{
     //     .@"async" = true,
     //     .@"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.",
         .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.",
     },
     },
 };
 };

+ 0 - 0
exercises/the_end.zig → exercises/999_the_end.zig


+ 0 - 0
patches/patches/the_end.patch → patches/patches/999_the_end.patch