Skip to content

This is the most efficiant implementation of Fizz Buzz I could come up with.

Notifications You must be signed in to change notification settings

StratusFearMe21/compile-time-fizz-buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile time Fizz Buzz

This is the most efficiant implementation of Fizz Buzz that I could come up with. When most people do Fizz Buzz, they don't even think about compile time, but in this case the calculation of Fizz Buzz happens entirely during compile time. The only thing that happens at run time is the printing of the already calculated Fizz Buzz string.

About

This is the most efficiant implementation of Fizz Buzz I could come up with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages