From db141b285484e6ae2094e668030767098470f732 Mon Sep 17 00:00:00 2001 From: "Perez Domingo, Victor" <victor.perez@tecnalia.com> Date: Wed, 15 Jul 2020 20:12:27 +0200 Subject: [PATCH] add readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..afa9b6a --- /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 -- GitLab