the_end function added
This commit is contained in:
parent
fa39ff7efb
commit
fa2a830ba2
3 changed files with 10 additions and 0 deletions
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.", .{});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue