From 007f4d655b54f164bbe64c67f0cdd5971f578925 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sat, 21 Jan 2023 23:26:53 +0100 Subject: the_end function added --- exercises/the_end.zig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exercises/the_end.zig (limited to 'exercises/the_end.zig') diff --git a/exercises/the_end.zig b/exercises/the_end.zig new file mode 100644 index 0000000..d6b29e0 --- /dev/null +++ b/exercises/the_end.zig @@ -0,0 +1,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.", .{}); +} -- cgit v1.2.3-70-g09d2