1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-25 16:56:03 +02:00
ziglings/exercises/the_end.zig
2023-01-21 23:26:53 +01:00

7 lines
258 B
Zig

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