Skip to content

Commit 980140b

Browse files
committed
chore: misc fixes
1 parent 87762c3 commit 980140b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

backend/data/src/main/kotlin/dev/suresh/DataApp.kt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
package dev.suresh
22

3-
import com.ionspin.kotlin.bignum.integer.BigInteger
43
import com.pty4j.PtyProcessBuilder
54
import java.util.concurrent.CountDownLatch
65

76
fun main() {
87
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())
188
ssh()
199
}
2010

0 commit comments

Comments
 (0)