mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
7 lines
258 B
Zig
7 lines
258 B
Zig
// 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.", .{});
|
|
}
|