We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33438b9 commit c4b168bCopy full SHA for c4b168b
Fizz Buzz/fizzbuzz.c
@@ -9,4 +9,4 @@ void main()
9
if(i%5 == 0 && i%3!=0)printf("Buzz\n");
10
if(i%5 == 0 && i%3==0)printf("FizzBuzz\n");
11
}
12
-}
+}
0 commit comments