aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/the_end.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/the_end.zig')
-rw-r--r--exercises/the_end.zig6
1 files changed, 6 insertions, 0 deletions
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.", .{});
+}