summaryrefslogtreecommitdiff
path: root/exercises/100_bit_manipulation.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/100_bit_manipulation.zig')
-rw-r--r--exercises/100_bit_manipulation.zig9
1 files changed, 9 insertions, 0 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.