Skip to content

Foxinatel/FizzBuzz-Constexpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FizzBuzz-Constexpr

Because who needs runtime anyways?

When compiled with -O1 or higher, this implementation of FizzBuzz uses TMP to fold the output into a single string at compile time. This gives absolute minimal runtime overhead, as the only operation required is the printing of the string.

About

Who needs runtime anyways?

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages