Skip to content

Instantly share code, notes, and snippets.

View ouattararomuald's full-sized avatar
🎯
Focusing

Romuald OUATTARA ouattararomuald

🎯
Focusing
View GitHub Profile
private fun groupNotByMonth(values: List<String>) : Map<String, List<String>> = emptyList<String>().groupBy {
it
}
private fun String.something(): List<String> {
(1..10).forEach {
}
return emptyList<String>()
}