changed 'the_end' to '999_the_end'
This commit is contained in:
parent
f7c72b452d
commit
e1313cd04d
3 changed files with 1 additions and 1 deletions
8
exercises/999_the_end.zig
Normal file
8
exercises/999_the_end.zig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// 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", .{});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue