From 9d9dc1dacfa43c8c029a1829ee14e34c70ca6d12 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 22 Jan 2023 13:12:53 +0100 Subject: changed 'the_end' to '999_the_end' --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index b3f254a..3943d01 100644 --- a/build.zig +++ b/build.zig @@ -461,7 +461,7 @@ const exercises = [_]Exercise{ // .@"async" = true, // }, .{ - .main_file = "the_end.zig", + .main_file = "999_the_end.zig", .output = "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.", }, }; -- cgit v1.2.3-70-g09d2