Skip to content

samhaque/shortestfizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shortestfizzbuzz

Attempt at making the shortest fizz buzz.

Build locally

  1. First clone the repository
  2. 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
  3. Run the binary:
    $ ./shortestfizzbuzz

Docker

  1. Run the docker image:
    $ docker run --rm -it samhaq/shortestfizzbuzz

Releases

No releases published

Packages

No packages published