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 293aae1 commit bc6dc3eCopy full SHA for bc6dc3e
content/_index.md
@@ -17,7 +17,7 @@ Def Fizzbuzz (
17
If Multiple of 15 then "fizzbuzz"
18
If Multiple of 3 then "fizz"
19
If Multiple of 5 then "buzz"
20
- else N
+ else N
21
);
22
23
For each in Range 1 to 100 (Print Fizzbuzz)
0 commit comments