An open API service indexing awesome lists of open source software.

https://github.com/ir33k/fizzbuzz

FizzBuzz in C without any conditions, loops and logical operators
https://github.com/ir33k/fizzbuzz

Last synced: 3 months ago
JSON representation

FizzBuzz in C without any conditions, loops and logical operators

Awesome Lists containing this project

README

        

FizzBuzz without logical operations
===================================

There are no conditions and no loops.
Only "write" function is used from stdlib.
It's so ugle, I love it <3

Compile and run:

$ cc -o fizzbuzz fizzbuzz.c
$ ./fizzbuzz
1
2
fizz
...