5 lines
63 B
Plaintext
Vendored
5 lines
63 B
Plaintext
Vendored
fun main(args: Array<String>){
|
|
val a = "a"
|
|
val x = a
|
|
}
|