Skip to content

Instantly share code, notes, and snippets.

@mininxd
Last active January 13, 2021 10:44
Show Gist options
  • Save mininxd/a31ef39178da5b9f989f495a30573038 to your computer and use it in GitHub Desktop.
Save mininxd/a31ef39178da5b9f989f495a30573038 to your computer and use it in GitHub Desktop.
Ngetes kontol
import kotlin.random.Random
const val APPNAME = "CockrateTest"
const val Version = "1.69"
//Main
fun rating() {
val cock = "Your cock rate is "
print(cock)
val rating: Array<String?> = arrayOf(arrayOf("Raja Jawara", "Super","Nice","Ganas","Loyo","Kaku","Lembek","atos","Jumbo").random())
print(rating.random())
}
fun main() {
rating()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment