Last active
January 13, 2021 10:44
-
-
Save mininxd/a31ef39178da5b9f989f495a30573038 to your computer and use it in GitHub Desktop.
Ngetes kontol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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