Skip to content

FizzBuzz Project, numbers multiples of 3 will be replaced by Fizz multiples of 5 will be replaced by Buzz and multiples of 3 and 5 will be replaced by FizBuzz

License

synterrr/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Running the application

To Run the application you need to have elixir installed get in to the fizz_buzz directory and execute the following command:

iex -S mix 

the command above will open interactive elixir with the project already compiled

# then you can execute this on the console to check it out

FizzBuzz.build("numbers.txt")

About

FizzBuzz Project, numbers multiples of 3 will be replaced by Fizz multiples of 5 will be replaced by Buzz and multiples of 3 and 5 will be replaced by FizBuzz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages