diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-01-22 13:12:53 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-01-22 13:12:53 +0100 |
| commit | 9d9dc1dacfa43c8c029a1829ee14e34c70ca6d12 (patch) | |
| tree | f1569ad909718a3dc6d16a102917c2bb80eca940 /exercises/the_end.zig | |
| parent | 419b388f8dbd50876fd07ecc003b3fb790a4e028 (diff) | |
changed 'the_end' to '999_the_end'
Diffstat (limited to 'exercises/the_end.zig')
| -rw-r--r-- | exercises/the_end.zig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/exercises/the_end.zig b/exercises/the_end.zig deleted file mode 100644 index 4ff2449..0000000 --- a/exercises/the_end.zig +++ /dev/null @@ -1,8 +0,0 @@ -// This is the end for now! -// More exercises will follow... - -const print = @import("std").debug.print; - -pub fn main() void { - 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", .{}); -} |
