Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 360 Bytes

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