4 lines
67 B
Kotlin
Vendored
4 lines
67 B
Kotlin
Vendored
val a = 0.0
|
|
val b = 0.0
|
|
val c = 0.0
|
|
val ds = doubleArrayOf(a, b, c) |