Skip to content

elizabethmv/fizzbuzz-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz kata

Write a program that prints one line for each number from 1 to 100 For multiples of three print Fizz instead of the number For the multiples of five print Buzz instead of the number For numbers which are multiples of both three and five print FizzBuzz instead of the number

Command to run tests:

mix test test/fizzbuzz_elixir_test.exs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages