Removed unused example code
This commit is contained in:
parent
13d922da87
commit
b0f7f23f98
|
@ -1,9 +0,0 @@
|
||||||
package net.codinux.banking.ui
|
|
||||||
|
|
||||||
class Greeting {
|
|
||||||
private val platform = getPlatform()
|
|
||||||
|
|
||||||
fun greet(): String {
|
|
||||||
return "Hello, ${platform.name}!"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue