changed 'the_end' to '999_the_end'

This commit is contained in:
Chris Boesch 2023-01-22 13:12:53 +01:00
parent 419b388f8d
commit 9d9dc1dacf
3 changed files with 1 additions and 1 deletions

View file

@ -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.",
},
};