Skip to content

Instantly share code, notes, and snippets.

View jlacar's full-sized avatar

Junilu Lacar jlacar

  • Columbus, OH
View GitHub Profile
@jlacar
jlacar / DisplayNumbers.kt
Last active December 27, 2024 11:20
Displaying numbers with singular or plural units
/*
MIT License
Copyright (c) 2024 Junilu Lacar
Full license text: https://spdx.org/licenses/MIT.html
*/
private fun plural(value: String, singular: String, plural: String) =
when {