summaryrefslogtreecommitdiffstatshomepage
path: root/exercises/the_end.zig
blob: d6b29e05364cc9063907eba2a701452d5ae9090b (plain)
1
2
3
4
5
6
// 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.", .{});
}