mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
6 lines
66 B
Kotlin
6 lines
66 B
Kotlin
![]() |
class Test {
|
||
|
fun test(v: String) {
|
||
|
println(v)
|
||
|
}
|
||
|
}
|