fix: move exercise 100 celebration comment to the right file

This commit is contained in:
Frost-Phoenix
2026-04-20 17:40:49 +02:00
parent 0603b66cc7
commit 333ca33e78
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 // For Crypto it is better not to use this, but in sorting algorithms like
// Bubble Sort it works very well. // 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 // You are perhaps wondering what happens if one of the two lists
// is longer than the other? Try it! // 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.