diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..afa9b6a05a703de020b93a42f9ead330b764316b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Fizz Buzz + +Write a program that prints the numbers from 1 to 100. +But for multiples of three print "Fizz" instead of the number +And for the multiples of five print "Buzz". +For numbers which are multiples of both three and five print "FizzBuzz". \ No newline at end of file