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