Photopea App / Home

Cjam [new] Jun 2026

The classic "FizzBuzz" test asks a programmer to print numbers 1 to 100, but replace multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both with "FizzBuzz".

It represents a unique intersection of computer science and puzzle-solving. To write CJam is to stop thinking in lines of code and start thinking in data flow—a mental exercise that, while frustrating, sharpens a programmer's understanding of logic and syntax. The classic "FizzBuzz" test asks a programmer to

This eliminates the need for verbose syntax like x = 5 + 3; . In CJam, the code is simply: multiples of 5 with "Buzz"

, a highly golfed solution looks like this: . In CJam