mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
fix: move exercise 100 celebration comment to the right file
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user