2023-01-21 23:26:53 +01:00
|
|
|
// This is the end for now!
|
|
|
|
// More exercises will follow...
|
|
|
|
|
2023-01-21 23:54:11 +01:00
|
|
|
const print = @import("std").debug.print;
|
|
|
|
|
2023-01-21 23:26:53 +01:00
|
|
|
pub fn main() void {
|
2023-01-21 23:54:11 +01:00
|
|
|
print("\nThis 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.\n", .{});
|
2023-01-21 23:26:53 +01:00
|
|
|
}
|