From 333ca33e78a36d9a334d08db8d775c3570bae1c2 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 20 Apr 2026 17:40:49 +0200 Subject: fix: move exercise 100 celebration comment to the right file --- exercises/100_bit_manipulation.zig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'exercises/100_bit_manipulation.zig') 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. -- cgit v1.2.3