Removed unused example code

This commit is contained in:
dankito 2024-08-26 01:28:01 +02:00
parent 13d922da87
commit b0f7f23f98
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
package net.codinux.banking.ui
class Greeting {
private val platform = getPlatform()
fun greet(): String {
return "Hello, ${platform.name}!"
}
}