Skip to content

ch2ch3/clojure-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Fizzbuzz

Another day, another language. To get our hands dirty with Clojure, we rewrote Fizzbuzz in Clojure today. To recap, Fizzbuzz is a counting game where numbers divisible by 3 are substituted with "fizz", numbers divisible by 5 are substituted with "buzz", and numbers divisible by 15 are substituted with "fizzbuzz".

e.g. 1, 2, fizz, 4, buzz, fizz, 7, 8, fizz, buzz, 11, fizz, 13, 14, fizzbuzz

How to use

Clone the repository:

$ git clone git@github.com:ch2ch3/clojure-fizzbuzz.git

Change into the repository:

$ cd clojure-fizzbuzz

You may need to install Leiningen before doing the following.

To run the tests:

$ lein test

About

Week 10 Project: Fizzbuzz in Clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published