mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
changed 'the_end' to '999_the_end'
This commit is contained in:
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", .{});
|
||||
}
|
||||
Reference in New Issue
Block a user