steve0greatness,
created on Friday, 16 February 2024, 03:49:51 (1708055391),
received on Monday, 6 May 2024, 02:55:38 (1714964138)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
2c5eff849ff482d577ee85bacd7afae9dc00dca5
blog-posts/fizzbuzz.md
@@ -30,8 +30,7 @@ for Index in range(1, 100):
```
<details>
<summary>Output</summary>
```
1
<samp>1
2
Fizz
4
@@ -129,8 +128,7 @@ Buzz
Fizz
97
98
Fizz
```
Fizz</samp>
</details>
The next thing I do is I define a function that checks if one number is a multiple of another, and if it is, then it returns the string, otherwise, it returns an empty string.
@@ -144,4 +142,4 @@ I've tried this method many times. Below are some examples of this method in act
* [Kotlin](https://replit.com/@StevesGreatness/FizzBuzzKotlin)
* [Lua](https://replit.com/@StevesGreatness/FizzBuzzlua)
* [Python](https://replit.com/@StevesGreatness/FizzBuzzpython)
* [Ruby](https://replit.com/@StevesGreatness/FizzBuzzRuby)
* [Ruby](https://replit.com/@StevesGreatness/FizzBuzzRuby)
static/src/global.css
@@ -124,7 +124,7 @@ abbr :any-link {
}
abbr:has(:any-link) {
text-decoration: none;
text-decoration: none;
}
kbd {
@@ -137,3 +137,12 @@ kbd {
margin: 1px 0;
display: inline-block;
}
samp {
background-color: #282722;
color: #fff;
font-family: "mononoki", monospace;
padding: 10px;
display: block;
white-space: pre-wrap;
}