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

@ -1,8 +0,0 @@
// This is the end for now!
// More exercises will follow...
const print = @import("std").debug.print;
pub fn main() void {
print("\nThis 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.\n", .{});
}