Skip to content

Commit bc6dc3e

Browse files
use correct fizzbuzz
1 parent 293aae1 commit bc6dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Def Fizzbuzz (
1717
If Multiple of 15 then "fizzbuzz"
1818
If Multiple of 3 then "fizz"
1919
If Multiple of 5 then "buzz"
20-
else N
20+
else N
2121
);
2222
2323
For each in Range 1 to 100 (Print Fizzbuzz)

0 commit comments

Comments
 (0)