6 lines
93 B
Kotlin
6 lines
93 B
Kotlin
import com.ionspin.kotlin.crypto.sample.Sample
|
|
|
|
fun main() : Unit {
|
|
Sample.runSample()
|
|
}
|