Skip to content

🟢 Port problem 412 (Fizz Buzz) from Clojure/Ruby to C++23 - #8

Open
AF2B wants to merge 2 commits into
chore/cpp23-migrationfrom
feat/cpp-0412-fizz-buzz
Open

AF2B wants to merge 2 commits into
chore/cpp23-migrationfrom
feat/cpp-0412-fizz-buzz

Conversation

@AF2B

@AF2B AF2B commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Converts clojure/412.clj and ruby/412.rb (Fizz Buzz, solved twice) to C++23 at solutions/0401-0500/0412-fizz-buzz/.
  • Both used the same modulo-check logic, so this ports one approach rather than two redundant copies.
  • Removes both now-converted old files.

Base is chore/cpp23-migration (#4) — retarget to main once that lands.

Test plan

  • CI (build & test, static analysis, format check) passes.

Replaces clojure/412.clj and ruby/412.rb with
solutions/0401-0500/0412-fizz-buzz/. Both used the same modulo check,
so only one approach was ported instead of two redundant ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants