GoogleCloudPlatform / cloudbowl-microservice-game

Apache License 2.0
46 stars 100 forks source link

Add kotlin-quarkus sample. #4

Closed dumptruckman closed 4 years ago

jamesward commented 4 years ago

Thanks! BTW, Kotlin has a really nice way to pick a random element from a list:

listOf("F", "R", "L", "T").random()