Repositories (1)

ProgrammerHumor-Weekly-Challenges
2 snippets stored for this repo
Kotlin IconKotlin
val buzz = i in 5..i step 5
        val rizz = i in 7..i step 7
        val jazz = i in 11..i step 11
Kotlin IconKotlin
if (!fizz && !buzz && !rizz && !jazz && !dizz) {
            print(i)