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