Attempt at making the shortest fizz buzz.
- First clone the repository
cd
into the cloned folder and run the following command to compile the program (provided you have gcc installed):$ gcc -std=c99 shortestfizzbuzz.c -o shortestfizzbuzz && chmod +x shortestfizzbuzz
- Run the binary:
$ ./shortestfizzbuzz
- Run the docker image:
$ docker run --rm -it samhaq/shortestfizzbuzz