Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages