diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-21 22:25:41 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-21 22:25:41 +0200 |
| commit | 0d9652d867a48cdebeccee297ce815a040eabf9f (patch) | |
| tree | e0906cd4cd52b99a8214d7dab1636741c327573a /exercises/100_bit_manipulation.zig | |
| parent | c7afea6ef515da7b1d93cd0423717d67394625f0 (diff) | |
| parent | 945d9b84b0c3979ef2e20e40b24c0c3eddeab72b (diff) | |
Merge pull request 'fix: move exercise 100 celebration comment to the right file' (#413) from Frost-Phoenix/exercises:fix_comment into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/413
Diffstat (limited to 'exercises/100_bit_manipulation.zig')
| -rw-r--r-- | exercises/100_bit_manipulation.zig | 9 |
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. |
