mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
changed 'the_end' to '999_the_end'
This commit is contained in:
parent
419b388f8d
commit
9d9dc1dacf
3 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue