1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-04 16:46:04 +02:00

changed 'the_end' to '999_the_end'

This commit is contained in:
Chris Boesch 2023-01-22 13:12:53 +01:00
parent f7c72b452d
commit e1313cd04d
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.",
},
};