Initial commit
This commit is contained in:
@@ -3,7 +3,5 @@ package dev.carlosmartino.triplogic
|
||||
class Greeting {
|
||||
private val platform = getPlatform()
|
||||
|
||||
fun greet(): String {
|
||||
return "Hello, ${platform.name}!"
|
||||
}
|
||||
}
|
||||
fun greet(): String = "Hello, ${platform.name}!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user