We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87762c3 commit 980140bCopy full SHA for 980140b
backend/data/src/main/kotlin/dev/suresh/DataApp.kt
@@ -1,20 +1,10 @@
1
package dev.suresh
2
3
-import com.ionspin.kotlin.bignum.integer.BigInteger
4
import com.pty4j.PtyProcessBuilder
5
import java.util.concurrent.CountDownLatch
6
7
fun main() {
8
println("Hello Kotlin Data! ${Greeting().greeting()}")
9
-
10
- val b1 = BigInteger.parseString("12345678901234567890", 10)
11
- val b2 = BigInteger.parseString("323456789012345678901", 10)
12
- val s = b1 + b2
13
14
- println(b1.bitLength())
15
- println(b2.bitLength())
16
- println(s)
17
- println(s.bitLength())
18
ssh()
19
}
20
0 commit comments