package dev.carlosmartino.triplogic
class Greeting {
private val platform = getPlatform()
fun greet(): String = "Hello, ${platform.name}!"
}