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
This commit is contained in:
Chris Boesch
2026-04-21 22:25:41 +02:00
2 changed files with 9 additions and 9 deletions

View File

@@ -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.

View File

@@ -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.