my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

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

Chris Boesch (Apr 21, 2026, 10:25 PM +0200) 0d9652d8 c7afea6e

+9 -9
+9
exercises/100_bit_manipulation.zig
··· 93 93 // 94 94 // For Crypto it is better not to use this, but in sorting algorithms like 95 95 // Bubble Sort it works very well. 96 + // 97 + // By the way, congratulations for making it to Exercise 100! 98 + // 99 + // +-------------+ 100 + // | Celebration | 101 + // | Area * * * | 102 + // +-------------+ 103 + // 104 + // Please keep your celebrating within the area provided.
-9
exercises/103_for4.zig
··· 51 51 // 52 52 // You are perhaps wondering what happens if one of the two lists 53 53 // is longer than the other? Try it! 54 - // 55 - // By the way, congratulations for making it to Exercise 100! 56 - // 57 - // +-------------+ 58 - // | Celebration | 59 - // | Area * * * | 60 - // +-------------+ 61 - // 62 - // Please keep your celebrating within the area provided.