9 lines
221 B
Kotlin
9 lines
221 B
Kotlin
/*
|
|
* This is a basic test kotlin program that does nothing but confirm that the kotlin bindings compile
|
|
* and that a program that depends on them will run.
|
|
*/
|
|
|
|
import org.bitcoindevkit.*
|
|
|
|
val network = Network.TESTNET
|