ziglings/exercises/the_end.zig

7 lines
258 B
Zig
Raw Normal View History

2023-01-21 17:26:53 -05:00
// This is the end for now!
// More exercises will follow...
pub fn main() void {
@import("std").debug.print("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.", .{});
}