summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/100_bit_manipulation.zig9
-rw-r--r--exercises/103_for4.zig9
2 files changed, 9 insertions, 9 deletions
diff --git a/exercises/100_bit_manipulation.zig b/exercises/100_bit_manipulation.zig
index 0e64ad7..ce14c01 100644
--- a/exercises/100_bit_manipulation.zig
+++ b/exercises/100_bit_manipulation.zig
@@ -93,3 +93,12 @@ pub fn main() !void {
//
// For Crypto it is better not to use this, but in sorting algorithms like
// Bubble Sort it works very well.
+//
+// By the way, congratulations for making it to Exercise 100!
+//
+// +-------------+
+// | Celebration |
+// | Area * * * |
+// +-------------+
+//
+// Please keep your celebrating within the area provided.
diff --git a/exercises/103_for4.zig b/exercises/103_for4.zig
index c8a1161..ee1aaa9 100644
--- a/exercises/103_for4.zig
+++ b/exercises/103_for4.zig
@@ -51,12 +51,3 @@ pub fn main() void {
//
// You are perhaps wondering what happens if one of the two lists
// is longer than the other? Try it!
-//
-// By the way, congratulations for making it to Exercise 100!
-//
-// +-------------+
-// | Celebration |
-// | Area * * * |
-// +-------------+
-//
-// Please keep your celebrating within the area provided.