mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
the_end function added
This commit is contained in:
6
exercises/the_end.zig
Normal file
6
exercises/the_end.zig
Normal file
@@ -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.", .{});
|
||||
}
|
||||
Reference in New Issue
Block a user