9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
|
/*
|
||
|
* 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
|