diff options
| author | Chris Boesch <[email protected]> | 2023-01-22 13:12:53 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-01-22 13:12:53 +0100 |
| commit | 9d9dc1dacfa43c8c029a1829ee14e34c70ca6d12 (patch) | |
| tree | f1569ad909718a3dc6d16a102917c2bb80eca940 | |
| parent | 419b388f8dbd50876fd07ecc003b3fb790a4e028 (diff) | |
| download | ziglings-9d9dc1dacfa43c8c029a1829ee14e34c70ca6d12.tar.xz ziglings-9d9dc1dacfa43c8c029a1829ee14e34c70ca6d12.zip | |
changed 'the_end' to '999_the_end'
| -rw-r--r-- | build.zig | 2 | ||||
| -rw-r--r-- | exercises/999_the_end.zig (renamed from exercises/the_end.zig) | 0 | ||||
| -rw-r--r-- | patches/patches/999_the_end.patch (renamed from patches/patches/the_end.patch) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -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.", }, }; diff --git a/exercises/the_end.zig b/exercises/999_the_end.zig index 4ff2449..4ff2449 100644 --- a/exercises/the_end.zig +++ b/exercises/999_the_end.zig diff --git a/patches/patches/the_end.patch b/patches/patches/999_the_end.patch index e69de29..e69de29 100644 --- a/patches/patches/the_end.patch +++ b/patches/patches/999_the_end.patch |
