the_end.zig 258 B

123456
  1. // This is the end for now!
  2. // More exercises will follow...
  3. pub fn main() void {
  4. @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.", .{});
  5. }