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