You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ziglings/exercises/999_the_end.zig

9 lines
284 B
Zig

// 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", .{});
}